From 60b8662ea725c0d05a00bb7d944ec98a3dfa4fe6 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Sun, 5 Oct 2014 16:31:13 +0000 Subject: Remove unused map This became unnecessary/unused in r208636 llvm-svn: 219085 --- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 70702736e6e..f25825c678f 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -215,10 +215,6 @@ class DwarfDebug : public AsmPrinterHandler { // can refer to them in spite of insertions into this list. SmallVector DotDebugLocEntries; - // Collection of subprogram DIEs that are marked (at the end of the module) - // as DW_AT_inline. - SmallPtrSet InlinedSubprogramDIEs; - // This is a collection of subprogram MDNodes that are processed to // create DIEs. SmallPtrSet ProcessedSPNodes; -- cgit v1.2.3