1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-31 05:52:52 +00:00

SCP: Remove unused variable from sim_timer.c

This commit is contained in:
Patrick Linstruth
2024-07-14 19:14:21 -04:00
parent 0f6bcb9682
commit 8ed26d300b

View File

@@ -1841,7 +1841,6 @@ sim_cancel (&sim_throttle_unit);
*/
t_stat sim_throt_svc (UNIT *uptr)
{
int32 tmr;
uint32 delta_ms;
double a_cps, d_cps, delta_inst;
RTC *rtc = NULL;