summaryrefslogtreecommitdiff
path: root/include/llvm/Linker.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-01-18 20:08:09 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-01-18 20:08:09 +0000
commit39dff2134813145043bf96e08216a6dce4a41efe (patch)
treef142955f3760f7ff185ee01727a506eb113aca37 /include/llvm/Linker.h
parentb52677c0ad641626beec8c0c6893116808c0dbe1 (diff)
downloadllvm-39dff2134813145043bf96e08216a6dce4a41efe.tar.gz
llvm-39dff2134813145043bf96e08216a6dce4a41efe.tar.bz2
llvm-39dff2134813145043bf96e08216a6dce4a41efe.tar.xz
[Linker] Zap a dead typedef.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Linker.h')
-rw-r--r--include/llvm/Linker.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Linker.h b/include/llvm/Linker.h
index 1537d309b8..a34980698a 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<std::pair<std::string,bool> > ItemList;
-
/// This enumeration is used to control various optional features of the
/// linker.
enum ControlFlags {