Remove dead code

This commit is contained in:
gingerBill
2024-08-05 14:25:33 +01:00
parent 84ac56f778
commit 80ea4e0aeb
2 changed files with 0 additions and 4 deletions

View File

@@ -1728,7 +1728,6 @@ gb_internal lbValue lb_build_builtin_simd_proc(lbProcedure *p, Ast *expr, TypeAn
args[1] = align;
args[2] = mask;
args[3] = val;
// res.type = arg1.type;
break;
case BuiltinProc_simd_masked_store: