Remove unused variable. Extracted from the Andy/PaX patch.

llvm-svn: 162282
This commit is contained in:
Rafael Espindola 2012-08-21 16:01:14 +00:00
parent 3e5eb4263a
commit 5535863043
1 changed files with 0 additions and 2 deletions

View File

@ -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");