forked from OSchip/llvm-project
Remove unused class declarations
Simplification by removing excessive DWARFCompileUnit references for D40466 . Differential revision: https://reviews.llvm.org/D42613 llvm-svn: 323586
This commit is contained in:
parent
2c570eaa00
commit
6492caab1d
|
@ -13,8 +13,6 @@
|
|||
#include "DWARFAttribute.h"
|
||||
#include "SymbolFileDWARF.h"
|
||||
|
||||
class DWARFCompileUnit;
|
||||
|
||||
class DWARFAbbreviationDeclaration {
|
||||
public:
|
||||
enum { InvalidCode = 0 };
|
||||
|
|
|
@ -21,10 +21,6 @@
|
|||
#include "DWARFFormValue.h"
|
||||
#include "NameToDIE.h"
|
||||
|
||||
class SymbolFileDWARF;
|
||||
class DWARFCompileUnit;
|
||||
class DWARFDebugInfoEntry;
|
||||
|
||||
class DWARFMappedHash {
|
||||
public:
|
||||
enum AtomType : uint16_t {
|
||||
|
|
Loading…
Reference in New Issue