Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxSciurorum committed Oct 16, 2024
1 parent f75bb62 commit 31b6bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Sema/TreeTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -5226,7 +5226,7 @@ QualType TreeTransform<Derived>::TransformComplexType(TypeLocBuilder &TLB,
template<typename Derived>
QualType TreeTransform<Derived>::TransformHyperobjectType
(TypeLocBuilder &TLB, HyperobjectTypeLoc TL) {
ExprResult NewR, NewI, NewD;
ExprResult NewR, NewI;

{
const HyperobjectType *H = TL.getTypePtr();
Expand Down

0 comments on commit 31b6bb9

Please sign in to comment.