]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/IPC.pm
ipc: drop -ipc_parent_pid field
[public-inbox.git] / lib / PublicInbox / IPC.pm
index 5bca362788d629b438b757d9c624ae7603d29e41..4d29532cc188ef53855ce4379ee3dc1b0d4d97fa 100644 (file)
@@ -107,7 +107,6 @@ sub ipc_worker_spawn {
        defined(my $pid = fork) or die "fork: $!";
        if ($pid == 0) {
                eval { PublicInbox::DS->Reset };
-               $self->{-ipc_parent_pid} = $parent;
                $w_req = $r_res = undef;
                $w_res->autoflush(1);
                $SIG{$_} = 'IGNORE' for (qw(TERM INT QUIT));