Skip to content

Commit 8f0b524

Browse files
committed
fix: remove the commented lines
1 parent a6b593a commit 8f0b524

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

cobj/codegen.c

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5588,27 +5588,6 @@ static void joutput_declare_member_variables(struct cb_program *prog,
55885588
joutput("\n");
55895589
}
55905590

5591-
/* External items */
5592-
// for (f = prog->working_storage; f; f = f->sister) {
5593-
// if (f->flag_external) {
5594-
// joutput_prefix();
5595-
// joutput("private CobolDataStorage ");
5596-
// joutput_base(f);
5597-
// joutput(" = null; /* %s */", f->name);
5598-
// joutput_newline();
5599-
// }
5600-
// }
5601-
// for (l = prog->file_list; l; l = CB_CHAIN(l)) {
5602-
// f = CB_FILE(CB_VALUE(l))->record;
5603-
// if (f->flag_external) {
5604-
// joutput_prefix();
5605-
// joutput("private CobolDataStorage ");
5606-
// joutput_base(f);
5607-
// joutput(" = null; /* %s */", f->name);
5608-
// joutput_newline();
5609-
// }
5610-
// }
5611-
56125591
/* AbstractCobolField型変数の宣言(非定数) */
56135592
if (field_cache) {
56145593
joutput_line("/* Fields */\n");

0 commit comments

Comments
 (0)