Skip to content

Commit 26026bd

Browse files
committed
ci: reduce annotation noise, remove dead code
1 parent b215d11 commit 26026bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vlib/v/tests/options/option_test.c.v

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,6 @@ fn opt_ptr(a &int) ?&int {
245245
}
246246

247247
fn test_opt_ptr() {
248-
if true {
249-
}
250-
//
251-
else {
252-
}
253248
a := 3
254249
mut r := opt_ptr(&a) or { unsafe { &int(0) } }
255250
assert r == &a

0 commit comments

Comments
 (0)