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