Skip to content

Commit 29da77a

Browse files
committed
self-review: remove redundant set
1 parent 7c5915c commit 29da77a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,6 @@ bool SemaHLSL::handleRootSignatureElements(
13821382
llvm::hlsl::rootsig::DescriptorTableOffsetAppend) {
13831383
// Manually specified the offset
13841384
Offset = Clause->Offset;
1385-
Unbound = false;
13861385
} else if (Unbound) {
13871386
// Trying to append onto unbound offset
13881387
Diag(Loc, diag::err_hlsl_appending_onto_unbound);

0 commit comments

Comments
 (0)