ENH: remove unused code
This commit is contained in:
parent
c1ca511331
commit
2ebbf64508
|
@ -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,
|
* Output the linking rules on a command line. For executables,
|
||||||
* targetLibrary should be a NULL pointer. For libraries, it should point
|
* targetLibrary should be a NULL pointer. For libraries, it should point
|
||||||
|
|
|
@ -103,9 +103,6 @@ public:
|
||||||
///! for existing files convert to output path and short path if spaces
|
///! for existing files convert to output path and short path if spaces
|
||||||
std::string ConvertToOutputForExisting(const char* p);
|
std::string ConvertToOutputForExisting(const char* p);
|
||||||
|
|
||||||
void DetermineLibraryPathOrder(const cmTarget& target,
|
|
||||||
std::vector<std::string>& linkPaths,
|
|
||||||
std::vector<std::string>& linkLibs);
|
|
||||||
protected:
|
protected:
|
||||||
/** Construct a script from the given list of command lines. */
|
/** Construct a script from the given list of command lines. */
|
||||||
std::string ConstructScript(const cmCustomCommandLines& commandLines,
|
std::string ConstructScript(const cmCustomCommandLines& commandLines,
|
||||||
|
|
Loading…
Reference in New Issue