Browse Source

COMP: Remove warning

Andy Cedilnik 19 years ago
parent
commit
b75166ea45
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmSetSourceFilesPropertiesCommand.cxx

+ 0 - 1
Source/cmSetSourceFilesPropertiesCommand.cxx

@@ -100,7 +100,6 @@ bool cmSetSourceFilesPropertiesCommand::InitialPass(
           }
         else if(*j == "MACOSX_PACKAGE_LOCATION")
           {
-          doingFiles = false;
           ++j;
           if(j == args.end())
             {