Remove obsolete call to current-inexact-milliseconds

This commit is contained in:
Tony Garnock-Jones 2017-10-03 10:08:44 +01:00
parent 275b60310f
commit 14f1cbd4fa
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@
'()))))
(define (install-timer! heap label deadline)
(define now (current-inexact-milliseconds))
(heap-add! heap (pending-timer deadline label)))
;; Racket's alarm-evt is almost the right design for timeouts: its