diff options
Diffstat (limited to 'Source/cmIncludeRegularExpressionCommand.h')
-rw-r--r-- | Source/cmIncludeRegularExpressionCommand.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmIncludeRegularExpressionCommand.h b/Source/cmIncludeRegularExpressionCommand.h index c80414d..f7fc412 100644 --- a/Source/cmIncludeRegularExpressionCommand.h +++ b/Source/cmIncludeRegularExpressionCommand.h @@ -49,15 +49,6 @@ public: virtual const char* GetName() {return "INCLUDE_REGULAR_EXPRESSION";} /** - * This determines if the command gets propagated down - * to makefiles located in subdirectories. - */ - virtual bool IsInherited() - { - return true; - } - - /** * Succinct documentation. */ virtual const char* GetTerseDocumentation() |