Skip to content

Commit 65e4589

Browse files
committed
review: remove unused variable
1 parent 33eb72a commit 65e4589

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/CodeGen/CGHLSLRuntime.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ void addRootSignature(llvm::dxbc::RootSignatureVersion RootSigVer,
7070
ArrayRef<llvm::hlsl::rootsig::RootElement> Elements,
7171
llvm::Function *Fn, llvm::Module &M) {
7272
auto &Ctx = M.getContext();
73-
IRBuilder<> Builder(Ctx);
7473

7574
llvm::hlsl::rootsig::MetadataBuilder RSBuilder(Ctx, Elements);
7675
MDNode *RootSignature = RSBuilder.BuildRootSignature();

0 commit comments

Comments
 (0)