Skip to content

Commit

Permalink
[format] Remove an unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Feb 12, 2024
1 parent 32eb95c commit c9afeaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/Format/TokenAnnotator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,6 @@ class AnnotatingParser {
// SimpleValue6 ::= "(" DagArg [DagArgList] ")"
// This parses SimpleValue 6's inside part of "(" ")"
bool parseTableGenDAGArgAndList(FormatToken *Opener) {
FormatToken *FirstTok = CurrentToken;
if (!parseTableGenDAGArg())
return false;
// Parse the [DagArgList] part
Expand Down

0 comments on commit c9afeaa

Please sign in to comment.