Skip to content

Commit 8f95709

Browse files
committed
cgen: remove leftout println call
1 parent 07e0370 commit 8f95709

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vlib/v/gen/c/index.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ fn (mut g Gen) index_of_fixed_array(node ast.IndexExpr, sym ast.TypeSymbol) {
345345
} else if node.left is ast.IndexExpr && node.left.is_setter {
346346
past := g.past_tmp_var_new()
347347
styp := g.typ(node.left_type)
348-
println(node.left)
349348
g.write('${styp}* ${past.tmp_var} = &')
350349
g.expr(node.left)
351350
g.writeln(';')

0 commit comments

Comments
 (0)