diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-11-26 14:37:05 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-11-26 14:37:05 (GMT) |
commit | cab011b7eca8a04deae25aaa4270ab5a027541ab (patch) | |
tree | f2173706c3d91c7af8903eafcf6400b554208e39 /Source/cmTryCompileCommand.cxx | |
parent | 5e84aca2f18c5a078fc24677d95f850f4f83ba66 (diff) | |
download | CMake-cab011b7eca8a04deae25aaa4270ab5a027541ab.zip CMake-cab011b7eca8a04deae25aaa4270ab5a027541ab.tar.gz CMake-cab011b7eca8a04deae25aaa4270ab5a027541ab.tar.bz2 |
Remove warning
Diffstat (limited to 'Source/cmTryCompileCommand.cxx')
-rw-r--r-- | Source/cmTryCompileCommand.cxx | 2 |
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 ) |