diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 4aeefdea62d..1fc969bb32f 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -198,8 +198,6 @@ class DwarfDebug {    /// corresponds to the MDNode mapped with the subprogram DIE.    DenseMap<DIE *, const MDNode *> ContainingTypeMap; -  typedef SmallVector<DbgScope *, 2> ScopeVector; -    /// InlineInfo - Keep track of inlined functions and their location.  This    /// information is used to populate debug_inlined section.    typedef std::pair<const MCSymbol *, DIE *> InlineInfoLabels;  | 

