[Linker] Zap a dead typedef.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 18 Jan 2013 20:08:09 +0000 (20:08 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 18 Jan 2013 20:08:09 +0000 (20:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172841 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Linker.h

index 1537d309b8db925c8fbbb881090d56897c6488bf..a34980698ad96c59be6af6310f84211652afb025 100644 (file)
@@ -43,14 +43,6 @@ class Linker {
   /// @name Types
   /// @{
   public:
-    /// This type is used to pass the linkage items (libraries and files) to
-    /// the LinkItems function. It is composed of string/bool pairs. The string
-    /// provides the name of the file or library (as with the -l option). The
-    /// bool should be true for libraries and false for files, signifying
-    /// "isLibrary".
-    /// @brief A list of linkage items
-    typedef std::vector<std::pair<std::string,bool> > ItemList;
-
     /// This enumeration is used to control various optional features of the
     /// linker.
     enum ControlFlags {