From c3319a35d0da8bced93266155ef65051aae3acd4 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 18 Jan 2013 20:08:09 +0000 Subject: [PATCH] [Linker] Zap a dead typedef. llvm-svn: 172841 --- include/llvm/Linker.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/llvm/Linker.h b/include/llvm/Linker.h index 1537d309b8d..a34980698ad 100644 --- a/include/llvm/Linker.h +++ b/include/llvm/Linker.h @@ -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 > ItemList; - /// This enumeration is used to control various optional features of the /// linker. enum ControlFlags {