summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugAranges.cpp
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@freebsd.org>2012-09-05 17:55:46 +0000
committerRoman Divacky <rdivacky@freebsd.org>2012-09-05 17:55:46 +0000
commit09c8a3dde5a184487413b52bb09c53b92de9fbc8 (patch)
tree5651ea35fbdae8c170ac73e8df110f9ee5fc3628 /llvm/lib/DebugInfo/DWARFDebugAranges.cpp
parentaaf376b4dd9a75bc8c3a7da65b7acfea68c53eb1 (diff)
downloadbcm5719-llvm-09c8a3dde5a184487413b52bb09c53b92de9fbc8.tar.gz
bcm5719-llvm-09c8a3dde5a184487413b52bb09c53b92de9fbc8.zip
Remove unused typedefs gcc4.8 warns about.
llvm-svn: 163225
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFDebugAranges.cpp')
-rw-r--r--llvm/lib/DebugInfo/DWARFDebugAranges.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARFDebugAranges.cpp b/llvm/lib/DebugInfo/DWARFDebugAranges.cpp
index ef470e5799c..f9a34c908f1 100644
--- a/llvm/lib/DebugInfo/DWARFDebugAranges.cpp
+++ b/llvm/lib/DebugInfo/DWARFDebugAranges.cpp
@@ -62,7 +62,6 @@ bool DWARFDebugAranges::extract(DataExtractor debug_aranges_data) {
uint32_t offset = 0;
typedef std::vector<DWARFDebugArangeSet> SetCollection;
- typedef SetCollection::const_iterator SetCollectionIter;
SetCollection sets;
DWARFDebugArangeSet set;
OpenPOWER on IntegriCloud