Skip to content

Commit

Permalink
clusterd: Remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Jan 29, 2025
1 parent ef1c961 commit ed78765
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions clusterd/clusterd
Original file line number Diff line number Diff line change
Expand Up @@ -962,12 +962,6 @@ sub run_cmd {
exec @cmd;
die "$!\n";
}
# $::SIG{'CHLD'}=sub {
# my $pid=wait;
# my $buffer="X$?";
# $socket->send(pack('n',length($buffer)).$buffer,0);
# exit;
# };
$opipe->reader();
$epipe->reader();
my $ofn=$opipe->fileno;
Expand Down

0 comments on commit ed78765

Please sign in to comment.