Skip to content

Commit 23d5559

Browse files
Fix the duplicate output (#750)
* fix the duplicate output * remove redundant lines
1 parent 2e10085 commit 23d5559

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cobj/codegen.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5068,9 +5068,6 @@ static void joutput_init_method(struct cb_program *prog) {
50685068
prevprog = blp->curr_prog;
50695069
joutput_prefix();
50705070
joutput("/* PROGRAM-ID : %s */\n", prevprog);
5071-
joutput_prefix();
5072-
joutput("%s = new CobolDataStorage(%d);", base_name,
5073-
blp->f->memory_size);
50745071
}
50755072

50765073
if (blp->f->flag_external) {

0 commit comments

Comments
 (0)