Skip to content

Commit

Permalink
Unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxSciurorum committed Jun 5, 2023
1 parent 2dd7569 commit cf2e20d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clang/lib/Sema/SemaInit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4800,9 +4800,7 @@ static void TryReferenceInitializationCore(Sema &S,

// OpenCilk: If the right hand side is a hyperobject, see if the
// left hand side wants the hyperobject or a view.
bool LookupView = false;
if (T2->isHyperobjectType() && !T1->isHyperobjectType()) {
LookupView = true;
Sequence.AddViewLookup(T1);
T2 = T2.stripHyperobject();
cv2T2 = cv2T2.stripHyperobject();
Expand Down

0 comments on commit cf2e20d

Please sign in to comment.