COMP: Removed useless expression warning.

This commit is contained in:
Brad King 2005-02-07 16:16:11 -05:00
parent 337ad802c6
commit 1170f1af79
1 changed files with 0 additions and 1 deletions

View File

@ -2882,7 +2882,6 @@ cmLocalUnixMakefileGenerator2
cmDependsC scanner(".", objFile, srcFile, includes,
includeRegexScan.c_str(), includeRegexComplain.c_str());
return scanner.Write();
true;
}
#ifdef CMAKE_BUILD_WITH_CMAKE
else if(lang == "Fortran")