Skip to content

Commit

Permalink
Removal of uncessary variables
Browse files Browse the repository at this point in the history
  • Loading branch information
engboris committed Jul 22, 2024
1 parent c9165e9 commit 4a6eb17
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libcob/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -1243,11 +1243,6 @@ typedef struct __cob_screen {
int attr; /* COB_SCREEN_TYPE_ATTRIBUTE */
} cob_screen;

/* String structure */
typedef struct cob_inspect_state cob_inspect_state;
typedef struct cob_string_state cob_string_state;
typedef struct cob_unstring_state cob_unstring_state;

/* Module structure */
enum cob_module_type {
COB_MODULE_TYPE_PROGRAM = 0,
Expand Down

0 comments on commit 4a6eb17

Please sign in to comment.