1
0
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:
Delyan Angelov 2022-07-10 17:05:49 +03:00
parent 69aaf68f2f
commit d15e9f4866
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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 {