1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-25 19:57:36 +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

@@ -1155,7 +1155,6 @@ clock_gettime(CLOCK_REALTIME, &now);
return _timespec_to_double (&now);
}
extern int32 sim_is_running;
extern UNIT * volatile sim_wallclock_queue;
extern UNIT * volatile sim_wallclock_entry;