1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 53d3b8d089
commit 5ff87e610b

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