Skip to content

Commit

Permalink
[AVR] Remove unused forward declarations. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Apr 22, 2020
1 parent fa6b68a commit 1b154ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h
Expand Up @@ -22,9 +22,6 @@
namespace llvm {

class MCAssembler;
class MCObjectWriter;
class Target;

struct MCFixupKindInfo;

/// Utilities for manipulating generated AVR machine code.
Expand Down
3 changes: 0 additions & 3 deletions llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h
Expand Up @@ -27,10 +27,7 @@ class MCObjectTargetWriter;
class MCRegisterInfo;
class MCSubtargetInfo;
class MCTargetOptions;
class StringRef;
class Target;
class Triple;
class raw_pwrite_stream;

MCInstrInfo *createAVRMCInstrInfo();

Expand Down

0 comments on commit 1b154ec

Please sign in to comment.