Remove dead typedef.
authorDevang Patel <dpatel@apple.com>
Tue, 12 Apr 2011 17:43:12 +0000 (17:43 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 12 Apr 2011 17:43:12 +0000 (17:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129368 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.h

index 4aeefdea62d649550c1f6d36533af73788ff3457..1fc969bb32f322220197c55b333132cc6aaafe41 100644 (file)
@@ -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;