mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 23:17:16 +00:00
Remove unused typedefs gcc4.8 warns about.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163225 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user