Skip to content

Commit 6f653d9

Browse files
committed
[OpenMPIRBuilderTest] Remove unused variable (NFC)
1 parent 8db3022 commit 6f653d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,8 +1128,6 @@ TEST_F(OpenMPIRBuilderTest, ParallelForwardAsPointers) {
11281128
Type *I32PtrTy = Type::getInt32PtrTy(M->getContext());
11291129
Type *StructTy = StructType::get(I32Ty, I32PtrTy);
11301130
Type *StructPtrTy = StructTy->getPointerTo();
1131-
StructType *ArgStructTy =
1132-
StructType::get(I32PtrTy, StructPtrTy, I32PtrTy, StructPtrTy);
11331131
Type *VoidTy = Type::getVoidTy(M->getContext());
11341132
FunctionCallee RetI32Func = M->getOrInsertFunction("ret_i32", I32Ty);
11351133
FunctionCallee TakeI32Func =

0 commit comments

Comments
 (0)