Skip to content

Commit 7a331be

Browse files
unused var
1 parent 2d8c1cb commit 7a331be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Parse/ParseReflect.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ ExprResult Parser::ParseCXXReflectExpression(SourceLocation OpLoc) {
5151
return ExprError();
5252

5353
TypeSourceInfo *TSI = nullptr;
54-
QualType QT = Actions.GetTypeFromParser(TR.get(), &TSI);
5554

5655
return Actions.ActOnCXXReflectExpr(OpLoc, TSI);
5756
}

0 commit comments

Comments
 (0)