From 6e6bfc752bef548fefa6bec2b117e45039712aa2 Mon Sep 17 00:00:00 2001
From: Ken Martin <ken.martin@kitware.com>
Date: Wed, 22 Jun 2005 14:04:52 -0400
Subject: COMP: fix unused variable

---
 Source/cmForEachCommand.cxx | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Source/cmForEachCommand.cxx b/Source/cmForEachCommand.cxx
index 5b11271..3ae244e 100644
--- a/Source/cmForEachCommand.cxx
+++ b/Source/cmForEachCommand.cxx
@@ -36,9 +36,6 @@ IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf)
       // store the old value
       const char *oldDef = mf.GetDefinition(m_Args[0].c_str());
       m_Executing = true;
-      std::string variable = "${";
-      variable += m_Args[0];
-      variable += "}"; 
       std::vector<std::string>::const_iterator j = m_Args.begin();
       ++j;
       
-- 
cgit v0.12