From cab011b7eca8a04deae25aaa4270ab5a027541ab Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 26 Nov 2002 09:37:05 -0500 Subject: [PATCH] Remove warning --- Source/cmTryCompileCommand.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmTryCompileCommand.cxx b/Source/cmTryCompileCommand.cxx index dd91fe863f..a3a66cd7c8 100644 --- a/Source/cmTryCompileCommand.cxx +++ b/Source/cmTryCompileCommand.cxx @@ -228,8 +228,6 @@ bool cmTryCompileCommand::InitialPass(std::vector const& argv) return true; } -static void cmTryCompileCommandNotUsed(bool){} - void cmTryCompileCommand::CleanupFiles(const char* binDir) { if ( !binDir )