Skip to content
Snippets Groups Projects
Commit 4547a9e6 authored by Devang Patel's avatar Devang Patel
Browse files

Remove dead typedef.

llvm-svn: 129368
parent 5eb4319d
No related branches found
No related tags found
No related merge requests found
...@@ -198,8 +198,6 @@ class DwarfDebug { ...@@ -198,8 +198,6 @@ class DwarfDebug {
/// corresponds to the MDNode mapped with the subprogram DIE. /// corresponds to the MDNode mapped with the subprogram DIE.
DenseMap<DIE *, const MDNode *> ContainingTypeMap; DenseMap<DIE *, const MDNode *> ContainingTypeMap;
typedef SmallVector<DbgScope *, 2> ScopeVector;
/// InlineInfo - Keep track of inlined functions and their location. This /// InlineInfo - Keep track of inlined functions and their location. This
/// information is used to populate debug_inlined section. /// information is used to populate debug_inlined section.
typedef std::pair<const MCSymbol *, DIE *> InlineInfoLabels; typedef std::pair<const MCSymbol *, DIE *> InlineInfoLabels;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment