diff options
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmUnixMakefileGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h index db8369b..0ecc212 100644 --- a/Source/cmUnixMakefileGenerator.h +++ b/Source/cmUnixMakefileGenerator.h @@ -104,7 +104,6 @@ private: void ProcessDepends(const cmMakeDepend &md); void GenerateCacheOnly(); void OutputMakefile(const char* file); - void OutputMakeFlags(std::ostream&); void OutputTargetRules(std::ostream& fout); void OutputLinkLibraries(std::ostream&, const char* name, const cmTarget &); |