mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-23 10:34:52 +01:00
ProcessManager: remove unused modules
This commit is contained in:
parent
7889e654be
commit
130f1ae81b
@ -15,8 +15,6 @@ use feature 'unicode_strings';
|
||||
|
||||
use POSIX qw(WNOHANG);
|
||||
use JSON;
|
||||
use IPC::Run qw/run timeout/;
|
||||
use Encode;
|
||||
|
||||
# automatically reap children processes in background
|
||||
$SIG{CHLD} = sub { while (waitpid(-1, WNOHANG) > 0) {} };
|
||||
|
Loading…
Reference in New Issue
Block a user