diff options
Diffstat (limited to 'Source/cmForEachCommand.h')
-rw-r--r-- | Source/cmForEachCommand.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmForEachCommand.h b/Source/cmForEachCommand.h index 3357ce4..3e03711 100644 --- a/Source/cmForEachCommand.h +++ b/Source/cmForEachCommand.h @@ -35,7 +35,6 @@ public: cmMakefile &mf, cmExecutionStatus &); virtual bool ShouldRemove(const cmListFileFunction& lff, cmMakefile &mf); - virtual void ScopeEnded(cmMakefile &mf); std::vector<std::string> Args; std::vector<cmListFileFunction> Functions; |