summaryrefslogtreecommitdiffstats
path: root/Source/cmForEachCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmForEachCommand.cxx')
-rw-r--r--Source/cmForEachCommand.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmForEachCommand.cxx b/Source/cmForEachCommand.cxx
index 193f0a0..436a91b 100644
--- a/Source/cmForEachCommand.cxx
+++ b/Source/cmForEachCommand.cxx
@@ -107,15 +107,6 @@ ShouldRemove(const cmListFileFunction& lff, cmMakefile& mf)
return false;
}
-void cmForEachFunctionBlocker::
-ScopeEnded(cmMakefile &mf)
-{
- cmSystemTools::Error("The end of a CMakeLists file was reached with a "
- "FOREACH statement that was not closed properly. "
- "Within the directory: ",
- mf.GetCurrentDirectory());
-}
-
bool cmForEachCommand
::InitialPass(std::vector<std::string> const& args, cmExecutionStatus &)
{