summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-06-01 12:59:18 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-06-01 12:59:18 (GMT)
commit35fcd2715e26eebb99742d5f5d7d5163b08f288d (patch)
treebc70a3ed9fdbc9b038c72e6b8b9150d0a62d8f49 /Source
parent5b3dfd2da9b3aeb113d542e91ac2af1036c261d8 (diff)
downloadCMake-35fcd2715e26eebb99742d5f5d7d5163b08f288d.zip
CMake-35fcd2715e26eebb99742d5f5d7d5163b08f288d.tar.gz
CMake-35fcd2715e26eebb99742d5f5d7d5163b08f288d.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 aa5e5a2..35bb134 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -694,7 +694,6 @@ cmGlobalUnixMakefileGenerator3
std::vector<std::string> depends;
std::vector<std::string> commands;
- std::string localName;
// write the directory level rules for this local gen
//this->WriteDirectoryRules(ruleFileStream,lg);