BUG: remove unused

This commit is contained in:
Bill Hoffman 2001-06-18 15:35:53 -04:00
parent e42013dc71
commit 1f773c3ea9

View File

@ -359,7 +359,6 @@ void cmUnixMakefileGenerator::OutputLinkLibraries(std::ostream& fout,
libDir != libdirs.end(); ++libDir) libDir != libdirs.end(); ++libDir)
{ {
std::string libpath = cmSystemTools::EscapeSpaces(libDir->c_str()); std::string libpath = cmSystemTools::EscapeSpaces(libDir->c_str());
bool skipPath = false;
if (m_LibraryOutputPath.size()) if (m_LibraryOutputPath.size())
{ {
if(m_LibraryOutputPath != libpath if(m_LibraryOutputPath != libpath