mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-18 16:58:23 +00:00
Remove friend class declarations from DWARFUnit and DWARFCompileUnit
They are no longer needed since D45170. llvm-svn: 338224
This commit is contained in:
parent
8f5e06fcd1
commit
cd9c15cda1
@ -13,8 +13,6 @@
|
||||
#include "DWARFUnit.h"
|
||||
|
||||
class DWARFCompileUnit : public DWARFUnit {
|
||||
friend class DWARFUnit;
|
||||
|
||||
public:
|
||||
static DWARFUnitSP Extract(SymbolFileDWARF *dwarf2Data,
|
||||
const lldb_private::DWARFDataExtractor &debug_info,
|
||||
|
@ -33,8 +33,6 @@ enum DWARFProducer {
|
||||
};
|
||||
|
||||
class DWARFUnit {
|
||||
friend class DWARFCompileUnit;
|
||||
|
||||
using die_iterator_range =
|
||||
llvm::iterator_range<DWARFDebugInfoEntry::collection::iterator>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user