Browse Source

COMP: Remove warning

Andy Cedilnik 20 năm trước cách đây
mục cha
commit
b75166ea45
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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())
             {