diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-18 19:35:53 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-18 19:35:53 (GMT) |
commit | 1f773c3ea9e647f4ae05d1f633571afb2481261d (patch) | |
tree | ce314347239ad63e8d6fe41016d93cdbc978db20 /Source | |
parent | e42013dc71144881749dcda6aa431b5fca24a95c (diff) | |
download | CMake-1f773c3ea9e647f4ae05d1f633571afb2481261d.zip CMake-1f773c3ea9e647f4ae05d1f633571afb2481261d.tar.gz CMake-1f773c3ea9e647f4ae05d1f633571afb2481261d.tar.bz2 |
BUG: remove unused
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmUnixMakefileGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx index 645c211..1216e19 100644 --- a/Source/cmUnixMakefileGenerator.cxx +++ b/Source/cmUnixMakefileGenerator.cxx @@ -359,7 +359,6 @@ void cmUnixMakefileGenerator::OutputLinkLibraries(std::ostream& fout, libDir != libdirs.end(); ++libDir) { std::string libpath = cmSystemTools::EscapeSpaces(libDir->c_str()); - bool skipPath = false; if (m_LibraryOutputPath.size()) { if(m_LibraryOutputPath != libpath |