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:
@@ -632,7 +632,6 @@ return SCPE_OK;
|
||||
t_stat rs_detach (UNIT *uptr)
|
||||
{
|
||||
int32 drv;
|
||||
extern int32 sim_is_running;
|
||||
|
||||
if (!(uptr->flags & UNIT_ATT)) /* attached? */
|
||||
return SCPE_OK;
|
||||
|
||||
Reference in New Issue
Block a user