diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-19 13:36:08 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-19 13:36:08 (GMT) |
commit | c8c3fff032dd5a582fa08dcd1034f9f92dc07244 (patch) | |
tree | 18a424c5a7f22873d8ed13477c20550adec89906 /Source/cmIfCommand.cxx | |
parent | 25ae87742ed93f76ccca3711512ff84251ade9e5 (diff) | |
download | CMake-c8c3fff032dd5a582fa08dcd1034f9f92dc07244.zip CMake-c8c3fff032dd5a582fa08dcd1034f9f92dc07244.tar.gz CMake-c8c3fff032dd5a582fa08dcd1034f9f92dc07244.tar.bz2 |
COMP: fix warning
Diffstat (limited to 'Source/cmIfCommand.cxx')
-rw-r--r-- | Source/cmIfCommand.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx index d2c3b7d..2644857 100644 --- a/Source/cmIfCommand.cxx +++ b/Source/cmIfCommand.cxx @@ -22,8 +22,6 @@ bool cmIfFunctionBlocker:: IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf) { - const char* name = lff.Name.c_str(); - const std::vector<cmListFileArgument>& args = lff.Arguments; // always let if statements through if (cmSystemTools::LowerCase(lff.Name) == "if") { |