Skip to content

Commit b1de9c6

Browse files
committed
remove redundant lines
1 parent 57637a0 commit b1de9c6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cobj/codegen.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5067,12 +5067,6 @@ static void joutput_init_method(struct cb_program *prog) {
50675067
prevprog = blp->curr_prog;
50685068
joutput_prefix();
50695069
joutput("/* PROGRAM-ID : %s */\n", prevprog);
5070-
joutput_prefix();
5071-
joutput("%s = new CobolDataStorage(%d);", base_name,
5072-
blp->f->memory_size);
5073-
free(base_name);
5074-
joutput("\t/* %s */\n", blp->f->name);
5075-
continue;
50765070
}
50775071

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

0 commit comments

Comments
 (0)