Browse Source

COMP: fix warning

Ken Martin 19 years ago
parent
commit
c8c3fff032
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/cmIfCommand.cxx

+ 0 - 2
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")
     {