mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-15 11:46:00 -06:00
COMP: fix warning
This commit is contained in:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user