Skip to content

Commit 56b51b6

Browse files
authored
checker: remove dump() dependency from ComptimeFor (#25000)
1 parent efd6ecc commit 56b51b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vlib/v/checker/comptime.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ fn (mut c Checker) comptime_for(mut node ast.ComptimeFor) {
290290

291291
unwrapped_expr_type := c.unwrap_generic(field.typ)
292292
tsym := c.table.sym(unwrapped_expr_type)
293-
c.table.dumps[int(unwrapped_expr_type.clear_flags(.option, .result, .atomic_f))] = tsym.cname
294293
c.markused_comptimefor(mut node, unwrapped_expr_type)
295294
if tsym.kind == .array_fixed {
296295
info := tsym.info as ast.ArrayFixed

0 commit comments

Comments
 (0)