mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
COMP: fix unused variable
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user