Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit 3fa7cf1

Browse files
author
Dylan McKay
committed
Remove unused external variable reference from the disassembler
1 parent 204915d commit 3fa7cf1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Target/AVR/Disassembler/AVRDisassembler.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ class AVRDisassembler : public MCDisassembler {
4545
};
4646
}
4747

48-
namespace llvm {
49-
extern Target TheAVRTarget;
50-
}
51-
5248
static MCDisassembler *createAVRDisassembler(const Target &T,
5349
const MCSubtargetInfo &STI,
5450
MCContext &Ctx) {

0 commit comments

Comments
 (0)