From: Devang Patel Date: Tue, 12 Apr 2011 17:43:12 +0000 (+0000) Subject: Remove dead typedef. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=860cf9693a2a09d4a316deb9b829fc9e1641c16e;p=oota-llvm.git Remove dead typedef. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129368 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 4aeefdea62d..1fc969bb32f 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -198,8 +198,6 @@ class DwarfDebug { /// corresponds to the MDNode mapped with the subprogram DIE. DenseMap ContainingTypeMap; - typedef SmallVector ScopeVector; - /// InlineInfo - Keep track of inlined functions and their location. This /// information is used to populate debug_inlined section. typedef std::pair InlineInfoLabels;