소스 검색

COMP: Remove warning

Andy Cedilnik 20 년 전
부모
커밋
b75166ea45
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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())
             {