Removed warning that occurred when procobj was already gc'ed.
This commit is contained in:
parent
21cb7839bd
commit
5fab63dc0d
|
@ -296,8 +296,7 @@
|
||||||
(cond ((maybe-pid->proc pid) =>
|
(cond ((maybe-pid->proc pid) =>
|
||||||
(lambda (proc)
|
(lambda (proc)
|
||||||
(obituary proc status)
|
(obituary proc status)
|
||||||
(push-reaped-proc proc)))
|
(push-reaped-proc proc)))))
|
||||||
(else (warn "reaped pid had no procobj" pid))))
|
|
||||||
|
|
||||||
|
|
||||||
;;; All you have to do, if a wait on proc was successful
|
;;; All you have to do, if a wait on proc was successful
|
||||||
|
|
Loading…
Reference in New Issue