ENH: remove unused code

This commit is contained in:
Bill Hoffman 2005-02-24 14:27:16 -05:00
parent c1ca511331
commit 2ebbf64508
2 changed files with 0 additions and 14 deletions

View File

@ -1077,17 +1077,6 @@ void cmLocalGenerator::GetTargetFlags(std::string& linkLibs,
}
}
void
cmLocalGenerator::DetermineLibraryPathOrder(const cmTarget& target,
std::vector<std::string>&
linkPaths,
std::vector<std::string>&
linkLibs)
{
}
/**
* Output the linking rules on a command line. For executables,
* targetLibrary should be a NULL pointer. For libraries, it should point

View File

@ -103,9 +103,6 @@ public:
///! for existing files convert to output path and short path if spaces
std::string ConvertToOutputForExisting(const char* p);
void DetermineLibraryPathOrder(const cmTarget& target,
std::vector<std::string>& linkPaths,
std::vector<std::string>& linkLibs);
protected:
/** Construct a script from the given list of command lines. */
std::string ConstructScript(const cmCustomCommandLines& commandLines,