diff options
Diffstat (limited to 'Source/cmForEachCommand.h')
-rw-r--r-- | Source/cmForEachCommand.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmForEachCommand.h b/Source/cmForEachCommand.h index 64602c9..6681729 100644 --- a/Source/cmForEachCommand.h +++ b/Source/cmForEachCommand.h @@ -64,12 +64,6 @@ public: virtual bool InitialPass(std::vector<std::string> const& args); /** - * 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; } |