From: Nikita Popov Date: Tue, 18 Jul 2023 09:31:09 +0000 (+0200) Subject: [OpenMPIRBuilderTest] Remove unused variable (NFC) X-Git-Tag: upstream/17.0.6~1386 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f653d91ed66b1d6ebc5033968de8d012049f418;p=platform%2Fupstream%2Fllvm.git [OpenMPIRBuilderTest] Remove unused variable (NFC) --- diff --git a/llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp b/llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp index 389b379..b15b30a 100644 --- a/llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp +++ b/llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp @@ -1128,8 +1128,6 @@ TEST_F(OpenMPIRBuilderTest, ParallelForwardAsPointers) { Type *I32PtrTy = Type::getInt32PtrTy(M->getContext()); Type *StructTy = StructType::get(I32Ty, I32PtrTy); Type *StructPtrTy = StructTy->getPointerTo(); - StructType *ArgStructTy = - StructType::get(I32PtrTy, StructPtrTy, I32PtrTy, StructPtrTy); Type *VoidTy = Type::getVoidTy(M->getContext()); FunctionCallee RetI32Func = M->getOrInsertFunction("ret_i32", I32Ty); FunctionCallee TakeI32Func =