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:
parent
53d3b8d089
commit
5ff87e610b
@ -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
Block a user