summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-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 )