mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmComputeLinkDepends: Remove unused typedef.
This commit is contained in:
@@ -66,8 +66,6 @@ private:
|
||||
std::string Config;
|
||||
EntryVector FinalLinkEntries;
|
||||
|
||||
typedef cmTarget::LinkLibraryVectorType LinkLibraryVectorType;
|
||||
|
||||
std::map<std::string, int>::iterator
|
||||
AllocateLinkEntry(std::string const& item);
|
||||
int AddLinkEntry(cmLinkItem const& item);
|
||||
|
||||
Reference in New Issue
Block a user