mirror of
https://github.com/simh/simh.git
synced 2026-05-04 15:05:39 +00:00
3B2: Remove unused code, move static declarations
This change cleans up warnings issued when compiled with -Wall. - Removed unused functions and variables. - Moved static declarations out of headers and into source files - Added braces around initialization where suggested.
This commit is contained in:
@@ -151,9 +151,4 @@ void ctc_sysgen(uint8 cid);
|
||||
void ctc_express(uint8 cid);
|
||||
void ctc_full(uint8 cid);
|
||||
|
||||
/* Largely here for debugging purposes */
|
||||
static t_stat ctc_show_cqueue(FILE *st, UNIT *uptr, int32 val, CONST void *desc);
|
||||
static t_stat ctc_show_rqueue(FILE *st, UNIT *uptr, int32 val, CONST void *desc);
|
||||
static t_stat ctc_show_queue_common(FILE *st, UNIT *uptr, int32 val, CONST void *desc, t_bool rq);
|
||||
|
||||
#endif /* _3B2_CTC_H_ */
|
||||
|
||||
Reference in New Issue
Block a user