summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmIfCommand.cxx2
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")
{