Removed commented out signal blocks

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2036 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2006-11-07 11:58:22 +00:00
parent e4846f525c
commit cd709e4f2c
1 changed files with 0 additions and 4 deletions

View File

@ -92,10 +92,6 @@ foreach my $connection ( @in_select_connections )
vec( $base_rin, $connection->fileno(), 1 ) = 1;
}
#my $sigset = POSIX::SigSet->new;
#my $blockset = POSIX::SigSet->new( SIGCHLD );
#sigprocmask( SIG_BLOCK, $blockset, $sigset ) or die( "Can't block SIGCHLD: $!" );
my %spawned_connections;
my %monitors;