From b33dd7977a5872381a21fa81652c16ad30e62716 Mon Sep 17 00:00:00 2001 From: Jeremi Kurdek Date: Mon, 30 Dec 2024 17:47:00 +0100 Subject: [PATCH] Removed unused variable --- src/mono/mono/mini/mini-llvm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mono/mono/mini/mini-llvm.c b/src/mono/mono/mini/mini-llvm.c index 21d9b225102745..8cc8c986381b52 100644 --- a/src/mono/mono/mini/mini-llvm.c +++ b/src/mono/mono/mini/mini-llvm.c @@ -8434,7 +8434,6 @@ MONO_RESTORE_WARNING dest = convert (ctx, LLVMBuildAdd (builder, convert (ctx, values [ins->inst_destbasereg], IntPtrType ()), LLVMConstInt (IntPtrType (), ins->inst_offset, FALSE), ""), pointer_type (t)); if (mono_class_value_size (ins->klass, NULL) == 12) { - LLVMTypeRef float3Type = LLVMVectorType (LLVMFloatType (), 3); const int mask_values [] = { 0, 1, 2 }; LLVMValueRef truncatedVec3 = LLVMBuildShuffleVector (