summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPathCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmFindPathCommand.h')
-rw-r--r--Source/cmFindPathCommand.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmFindPathCommand.h b/Source/cmFindPathCommand.h
index bafc450..6553ca0 100644
--- a/Source/cmFindPathCommand.h
+++ b/Source/cmFindPathCommand.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; }