From 26026bdc0b5c5df12a4980197e924e2523852096 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 19 Nov 2025 09:48:23 +0200 Subject: [PATCH] ci: reduce annotation noise, remove dead code --- vlib/v/tests/options/option_test.c.v | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vlib/v/tests/options/option_test.c.v b/vlib/v/tests/options/option_test.c.v index 270a79a47..881137454 100644 --- a/vlib/v/tests/options/option_test.c.v +++ b/vlib/v/tests/options/option_test.c.v @@ -245,11 +245,6 @@ fn opt_ptr(a &int) ?&int { } fn test_opt_ptr() { - if true { - } - // - else { - } a := 3 mut r := opt_ptr(&a) or { unsafe { &int(0) } } assert r == &a -- 2.39.5