Skip to content

Commit 0816c7a

Browse files
committed
MCParser: Remove unused enum constant
1 parent 34fb673 commit 0816c7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/MC/MCParser/AsmParser.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,6 @@ extern MCAsmParserExtension *createWasmAsmParser();
757757

758758
} // end namespace llvm
759759

760-
enum { DEFAULT_ADDRSPACE = 0 };
761-
762760
AsmParser::AsmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out,
763761
const MCAsmInfo &MAI, unsigned CB = 0)
764762
: MCAsmParser(Ctx, Out, SM, MAI), CurBuffer(CB ? CB : SM.getMainFileID()),

0 commit comments

Comments
 (0)