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) =>
|
||||
(lambda (proc)
|
||||
(obituary proc status)
|
||||
(push-reaped-proc proc)))
|
||||
(else (warn "reaped pid had no procobj" pid))))
|
||||
(push-reaped-proc proc)))))
|
||||
|
||||
|
||||
;;; All you have to do, if a wait on proc was successful
|
||||
|
|
Loading…
Reference in New Issue