And remove unnecessary named let.
This commit is contained in:
parent
ff93dc1442
commit
ec2f2489a2
1 changed files with 3 additions and 2 deletions
|
@ -1317,8 +1317,9 @@ available. Return the resource once PROC has returned."
|
|||
start-time)
|
||||
'timeout)
|
||||
response))
|
||||
'timeout)))))
|
||||
(let loop ((reply (make-channel)))
|
||||
'timeout))
|
||||
'timeout)))
|
||||
(let ((reply (make-channel)))
|
||||
(put-message channel
|
||||
(list 'checkout
|
||||
reply
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue