summaryrefslogtreecommitdiffstats
path: root/Source/cmTryCompileCommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-11-26 14:37:05 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-11-26 14:37:05 (GMT)
commitcab011b7eca8a04deae25aaa4270ab5a027541ab (patch)
treef2173706c3d91c7af8903eafcf6400b554208e39 /Source/cmTryCompileCommand.cxx
parent5e84aca2f18c5a078fc24677d95f850f4f83ba66 (diff)
downloadCMake-cab011b7eca8a04deae25aaa4270ab5a027541ab.zip
CMake-cab011b7eca8a04deae25aaa4270ab5a027541ab.tar.gz
CMake-cab011b7eca8a04deae25aaa4270ab5a027541ab.tar.bz2
Remove warning
Diffstat (limited to 'Source/cmTryCompileCommand.cxx')
-rw-r--r--Source/cmTryCompileCommand.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmTryCompileCommand.cxx b/Source/cmTryCompileCommand.cxx
index dd91fe8..a3a66cd 100644
--- a/Source/cmTryCompileCommand.cxx
+++ b/Source/cmTryCompileCommand.cxx
@@ -228,8 +228,6 @@ bool cmTryCompileCommand::InitialPass(std::vector<std::string> const& argv)
return true;
}
-static void cmTryCompileCommandNotUsed(bool){}
-
void cmTryCompileCommand::CleanupFiles(const char* binDir)
{
if ( !binDir )