1
0
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:
Benjamin Kramer 2018-08-16 16:50:23 +00:00
parent 11c9c5b2e9
commit b981de74aa

View File

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