diff options
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index e00ed25..bf90605 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -186,9 +186,6 @@ public: std::string CreateMakeVariable(const char* sin, const char* s2in); - // cleanup the name of a potential target - std::string ConvertToMakeTarget(const char* tgt); - /** Called from command-line hook to scan dependencies. */ virtual bool ScanDependencies(const char* tgtInfo); |