diff options
Diffstat (limited to 'Source/cmFindFileCommand.h')
-rw-r--r-- | Source/cmFindFileCommand.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmFindFileCommand.h b/Source/cmFindFileCommand.h index 21c07eb..12d1f75 100644 --- a/Source/cmFindFileCommand.h +++ b/Source/cmFindFileCommand.h @@ -45,12 +45,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 false; } - - /** * This determines if the command is invoked when in script mode. */ virtual bool IsScriptable() { return true; } |