We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e10085 commit 23d5559Copy full SHA for 23d5559
1 file changed
cobj/codegen.c
@@ -5068,9 +5068,6 @@ static void joutput_init_method(struct cb_program *prog) {
5068
prevprog = blp->curr_prog;
5069
joutput_prefix();
5070
joutput("/* PROGRAM-ID : %s */\n", prevprog);
5071
- joutput_prefix();
5072
- joutput("%s = new CobolDataStorage(%d);", base_name,
5073
- blp->f->memory_size);
5074
}
5075
5076
if (blp->f->flag_external) {
0 commit comments