diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-07-27 16:41:08 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-07-27 16:41:08 (GMT) |
commit | 4a98fcd0595b4ea270143bb5aeac7f2c6a4d46f6 (patch) | |
tree | 390f9f74598810014b6f37417a30fd87f9686346 /Source/cmLocalUnixMakefileGenerator3.h | |
parent | eccf5e7903aa85fd5f2c4d4a737ca0f4c454569d (diff) | |
download | CMake-4a98fcd0595b4ea270143bb5aeac7f2c6a4d46f6.zip CMake-4a98fcd0595b4ea270143bb5aeac7f2c6a4d46f6.tar.gz CMake-4a98fcd0595b4ea270143bb5aeac7f2c6a4d46f6.tar.bz2 |
ENH: fix some warnings and cleanup some
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 8aa979f..b1216a1 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -225,7 +225,6 @@ protected: void GenerateCustomRuleFile(const cmCustomCommand& cc, - const char *dir, std::ostream &ruleStream); // these three make some simple changes and then call WriteLibraryRule |