diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-01 12:54:34 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-01 12:54:34 (GMT) |
commit | 492b16b19d2422da14b77cf88250b5ceee146dab (patch) | |
tree | 57e418277e53b24553faaf19c5186b4a0b11a99a /Source/cmGlobalUnixMakefileGenerator3.cxx | |
parent | 704ed70b1fb6f9bb778dc0ab7d6d7710fbf7e173 (diff) | |
download | CMake-492b16b19d2422da14b77cf88250b5ceee146dab.zip CMake-492b16b19d2422da14b77cf88250b5ceee146dab.tar.gz CMake-492b16b19d2422da14b77cf88250b5ceee146dab.tar.bz2 |
COMP: fix warning
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index cdb3c5d..aa5e5a2 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.cxx +++ b/Source/cmGlobalUnixMakefileGenerator3.cxx @@ -695,7 +695,6 @@ cmGlobalUnixMakefileGenerator3 std::vector<std::string> depends; std::vector<std::string> commands; std::string localName; - std::string makeTargetName; // write the directory level rules for this local gen //this->WriteDirectoryRules(ruleFileStream,lg); |