[llvm-commits] [llvm] r172841 - /llvm/trunk/include/llvm/Linker.h
Daniel Dunbar
daniel at zuster.org
Fri Jan 18 12:08:09 PST 2013
Author: ddunbar
Date: Fri Jan 18 14:08:09 2013
New Revision: 172841
URL: http://llvm.org/viewvc/llvm-project?rev=172841&view=rev
Log:
[Linker] Zap a dead typedef.
Modified:
llvm/trunk/include/llvm/Linker.h
Modified: llvm/trunk/include/llvm/Linker.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Linker.h?rev=172841&r1=172840&r2=172841&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Linker.h (original)
+++ llvm/trunk/include/llvm/Linker.h Fri Jan 18 14:08:09 2013
@@ -43,14 +43,6 @@
/// @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 {
More information about the llvm-commits
mailing list