File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
libcobj/src/jp/osscons/opensourcecobol/libcobj/file Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -4344,4 +4344,4 @@ void pp_set_current_division(int divno) { current_division = divno; }
43444344
43454345void pp_omit_data_entry_name (int on_off ) { omit_data_entry_name = on_off ; }
43464346
4347- void pp_omit_data_redef_name (int on_off ) { omit_data_redef_name = on_off ; }
4347+ void pp_omit_data_redef_name (int on_off ) { omit_data_redef_name = on_off ; }
Original file line number Diff line number Diff line change @@ -219,8 +219,6 @@ public class CobolFile {
219219 protected char file_version ;
220220
221221 protected static String runtime_buffer ;
222- protected static String name ;
223- protected static byte [] status ;
224222
225223 public Linage getLinorkeyptr () {
226224 return this .linorkeyptr ;
@@ -1524,12 +1522,10 @@ public void cob_delete_file(AbstractCobolField fnstatus) {
15241522 }
15251523
15261524 public String getSelectName () {
1527- // CobolFile cobolFile = new CobolFile();
15281525 return this .select_name ;
15291526 }
15301527
15311528 public byte [] getFileStatus () {
1532- // CobolFile cobolFile = new CobolFile();
15331529 return this .file_status ;
15341530 }
15351531}
You can’t perform that action at this time.
0 commit comments