Przeglądaj źródła

COMP: Remove warning

Andy Cedilnik 19 lat temu
rodzic
commit
b75166ea45
1 zmienionych plików z 0 dodań i 1 usunięć
  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())
             {