summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-06-18 15:35:53 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2001-06-18 15:35:53 -0400
commit1f773c3ea9e647f4ae05d1f633571afb2481261d (patch)
treece314347239ad63e8d6fe41016d93cdbc978db20 /Source
parente42013dc71144881749dcda6aa431b5fca24a95c (diff)
downloadcmake-1f773c3ea9e647f4ae05d1f633571afb2481261d.tar.gz
BUG: remove unused
Diffstat (limited to 'Source')
-rw-r--r--Source/cmUnixMakefileGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx
index 645c21127c..1216e1994a 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