Skip to content

Commit

Permalink
NFC: Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Sep 23, 2020
1 parent c1ded6a commit 8e84972
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
Expand Up @@ -119,7 +119,6 @@ static OptionalParseResult parseOptionalOperandAndType(OpAsmParser &parser,
StringRef keyword,
OperationState &result) {
OpAsmParser::OperandType operand;
Type type;
if (succeeded(parser.parseOptionalKeyword(keyword))) {
return failure(parser.parseLParen() ||
parseOperandAndType(parser, result) || parser.parseRParen());
Expand Down

0 comments on commit 8e84972

Please sign in to comment.