1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

Cleanup of unneeded global extern declarations

This commit is contained in:
Mark Pizzolato
2014-10-10 08:18:15 -07:00
parent 0b1050853e
commit 3951ad2432
19 changed files with 2 additions and 27 deletions

View File

@@ -88,10 +88,6 @@ uint32 C[MEMSIZE] = { 0, 0 }; /* C[0] current instruction */
/* C[1] present instruction */
uint32 Staticisor = 0;
extern int32 sim_interval;
extern uint32 sim_brk_types, sim_brk_dflt, sim_brk_summ; /* breakpoint info */
extern int32 sim_step;
t_stat cpu_ex (t_value *vptr, t_addr addr, UNIT *uptr, int32 sw);
t_stat cpu_dep (t_value val, t_addr addr, UNIT *uptr, int32 sw);
t_stat cpu_reset (DEVICE *dptr);