forked from OSchip/llvm-project
Remove unused variable. Extracted from the Andy/PaX patch.
llvm-svn: 162282
This commit is contained in:
parent
3e5eb4263a
commit
5535863043
|
@ -1558,8 +1558,6 @@ bool AsmParser::ParseMacroArgument(MacroArgument &MA) {
|
|||
unsigned ParenLevel = 0;
|
||||
|
||||
for (;;) {
|
||||
SMLoc LastTokenLoc;
|
||||
|
||||
if (Lexer.is(AsmToken::Eof) || Lexer.is(AsmToken::Equal))
|
||||
return TokError("unexpected token in macro instantiation");
|
||||
|
||||
|
|
Loading…
Reference in New Issue