summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-06-01 12:54:34 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-06-01 12:54:34 (GMT)
commit492b16b19d2422da14b77cf88250b5ceee146dab (patch)
tree57e418277e53b24553faaf19c5186b4a0b11a99a /Source
parent704ed70b1fb6f9bb778dc0ab7d6d7710fbf7e173 (diff)
downloadCMake-492b16b19d2422da14b77cf88250b5ceee146dab.zip
CMake-492b16b19d2422da14b77cf88250b5ceee146dab.tar.gz
CMake-492b16b19d2422da14b77cf88250b5ceee146dab.tar.bz2
COMP: fix warning
Diffstat (limited to 'Source')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.cxx1
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);