diff options
Diffstat (limited to 'Source/cmWhileCommand.h')
-rw-r--r-- | Source/cmWhileCommand.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmWhileCommand.h b/Source/cmWhileCommand.h index 752867f..bfb355e 100644 --- a/Source/cmWhileCommand.h +++ b/Source/cmWhileCommand.h @@ -70,12 +70,6 @@ public: virtual bool InitialPass(std::vector<std::string> const&) { return false; } /** - * This determines if the command gets propagated down - * to makefiles located in subdirectories. - */ - virtual bool IsInherited() {return true;} - - /** * This determines if the command is invoked when in script mode. */ virtual bool IsScriptable() { return true; } |