projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40b8503
)
Fix typo in last change.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 28 Apr 1993 19:47:27 +0000
(19:47 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 28 Apr 1993 19:47:27 +0000
(19:47 +0000)
v7/src/runtime/thread.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/thread.scm
b/v7/src/runtime/thread.scm
index e74d635bf611228ecd2b756910073f0746777c73..c1adb3e6031050177c6398c574190078d7b4b102 100644
(file)
--- a/
v7/src/runtime/thread.scm
+++ b/
v7/src/runtime/thread.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: thread.scm,v 1.1
1 1993/04/27 20:21:26 hal
Exp $
+$Id: thread.scm,v 1.1
2 1993/04/28 19:47:27 cph
Exp $
Copyright (c) 1991-1993 Massachusetts Institute of Technology
@@
-643,8
+643,7
@@
MIT in each case. |#
new-record)))
(define (sleep-current-thread interval)
- (let ((time (+ (real-time-clock) interval))
- (delivered? #f))
+ (let ((delivered? #f))
(let ((block-events? (block-thread-events)))
(register-timer-event interval
(lambda () (set! delivered? #t) unspecific))