mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[MC] Remove unused variable
llvm-svn: 339896
This commit is contained in:
parent
11c9c5b2e9
commit
b981de74aa
@ -5844,7 +5844,6 @@ bool parseAssignmentExpression(StringRef Name, bool allow_redef,
|
||||
|
||||
// FIXME: Use better location, we should use proper tokens.
|
||||
SMLoc EqualLoc = Parser.getTok().getLoc();
|
||||
SMLoc EndLoc;
|
||||
if (Parser.parseExpression(Value))
|
||||
return Parser.TokError("missing expression");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user