summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-06-18 19:35:53 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-06-18 19:35:53 (GMT)
commit1f773c3ea9e647f4ae05d1f633571afb2481261d (patch)
treece314347239ad63e8d6fe41016d93cdbc978db20 /Source/cmUnixMakefileGenerator.cxx
parente42013dc71144881749dcda6aa431b5fca24a95c (diff)
downloadCMake-1f773c3ea9e647f4ae05d1f633571afb2481261d.zip
CMake-1f773c3ea9e647f4ae05d1f633571afb2481261d.tar.gz
CMake-1f773c3ea9e647f4ae05d1f633571afb2481261d.tar.bz2
BUG: remove unused
Diffstat (limited to 'Source/cmUnixMakefileGenerator.cxx')
-rw-r--r--Source/cmUnixMakefileGenerator.cxx1
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