Remove dead typedef.

llvm-svn: 129368
This commit is contained in:
Devang Patel 2011-04-12 17:43:12 +00:00
parent 6c1785d527
commit c115961589

View 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;