mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-24 20:49:06 +01:00
(stable) Remove obsolete write to "pid" property in "annihilateProcessGroup()" in Daemon Overseer
Summary: Ref T13579. This property was removed in D21425, but I missed this usage site. Remove the assignment; this class no longer tracks the subprocess PID directly. Test Plan: Searched for "->pid", no further hits. Maniphest Tasks: T13579 Differential Revision: https://secure.phabricator.com/D21452
This commit is contained in:
parent
69662a11d7
commit
5fff4ed8db
1 changed files with 0 additions and 1 deletions
|
@ -356,7 +356,6 @@ final class PhutilDaemonHandle extends Phobject {
|
||||||
posix_kill(-$pgid, SIGTERM);
|
posix_kill(-$pgid, SIGTERM);
|
||||||
sleep($this->getKillDelay());
|
sleep($this->getKillDelay());
|
||||||
posix_kill(-$pgid, SIGKILL);
|
posix_kill(-$pgid, SIGKILL);
|
||||||
$this->pid = null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue