Skip to content

Commit c9afeaa

Browse files
committed
[format] Remove an unused variable.
1 parent 32eb95c commit c9afeaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Format/TokenAnnotator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,6 @@ class AnnotatingParser {
993993
// SimpleValue6 ::= "(" DagArg [DagArgList] ")"
994994
// This parses SimpleValue 6's inside part of "(" ")"
995995
bool parseTableGenDAGArgAndList(FormatToken *Opener) {
996-
FormatToken *FirstTok = CurrentToken;
997996
if (!parseTableGenDAGArg())
998997
return false;
999998
// Parse the [DagArgList] part

0 commit comments

Comments
 (0)