Skip to content

Commit 2eca7b7

Browse files
committed
reset the change for codegen.c
1 parent 5d4952f commit 2eca7b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cobj/codegen.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6121,7 +6121,6 @@ void codegen(struct cb_program *prog, const int nested, char **program_id_list,
61216121

61226122
joutput_line("@Override");
61236123
joutput_line("public int run(CobolDataStorage... argStorages) {");
6124-
joutput_line(" CobolResolve.pushCallStackList(\"%s\");", prog->program_id);
61256124
joutput_line(" return %s_(0, argStorages);", prog->program_id);
61266125
joutput_line("}\n");
61276126

0 commit comments

Comments
 (0)