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