diff options
Diffstat (limited to 'Source/cmCommand.h')
-rw-r--r-- | Source/cmCommand.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmCommand.h b/Source/cmCommand.h index 5380b5a..2f5fc7e 100644 --- a/Source/cmCommand.h +++ b/Source/cmCommand.h @@ -82,15 +82,6 @@ public: virtual cmCommand* Clone() = 0; /** - * This determines if the command gets propagated down - * to makefiles located in subdirectories. - */ - virtual bool IsInherited() - { - return false; - } - - /** * This determines if the command is invoked when in script mode. */ virtual bool IsScriptable() |