forked from OSchip/llvm-project
[AVR] Remove unused forward declarations. NFC.
This commit is contained in:
parent
fa6b68a404
commit
1b154ec0d0
|
@ -22,9 +22,6 @@
|
|||
namespace llvm {
|
||||
|
||||
class MCAssembler;
|
||||
class MCObjectWriter;
|
||||
class Target;
|
||||
|
||||
struct MCFixupKindInfo;
|
||||
|
||||
/// Utilities for manipulating generated AVR machine code.
|
||||
|
|
|
@ -27,10 +27,7 @@ class MCObjectTargetWriter;
|
|||
class MCRegisterInfo;
|
||||
class MCSubtargetInfo;
|
||||
class MCTargetOptions;
|
||||
class StringRef;
|
||||
class Target;
|
||||
class Triple;
|
||||
class raw_pwrite_stream;
|
||||
|
||||
MCInstrInfo *createAVRMCInstrInfo();
|
||||
|
||||
|
|
Loading…
Reference in New Issue