mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: remove forgotten dump call
This commit is contained in:
parent
69aaf68f2f
commit
d15e9f4866
@ -1037,7 +1037,6 @@ fn (mut g Gen) write_results() {
|
||||
}
|
||||
done << base
|
||||
g.typedefs.writeln('typedef struct $styp $styp;')
|
||||
dump(g.result_type_text(styp, base))
|
||||
g.out_results.write_string(g.result_type_text(styp, base) + ';\n\n')
|
||||
}
|
||||
for k, _ in g.table.anon_struct_names {
|
||||
|
Loading…
Reference in New Issue
Block a user