summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-07 21:16:11 (GMT)
committerBrad King <brad.king@kitware.com>2005-02-07 21:16:11 (GMT)
commit1170f1af79b9ad6357bcf1f1c6ba0e289f876702 (patch)
tree270f80cefd1b15f8d1716d6f0d1c56de32031075 /Source
parent337ad802c64d10904700457939a8b5e0a48439be (diff)
downloadCMake-1170f1af79b9ad6357bcf1f1c6ba0e289f876702.zip
CMake-1170f1af79b9ad6357bcf1f1c6ba0e289f876702.tar.gz
CMake-1170f1af79b9ad6357bcf1f1c6ba0e289f876702.tar.bz2
COMP: Removed useless expression warning.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalUnixMakefileGenerator2.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.cxx b/Source/cmLocalUnixMakefileGenerator2.cxx
index 13a2f38..d222b4b 100644
--- a/Source/cmLocalUnixMakefileGenerator2.cxx
+++ b/Source/cmLocalUnixMakefileGenerator2.cxx
@@ -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")