Remove some junk

parent 1feac4d4
...@@ -8,7 +8,6 @@ use Socket; ...@@ -8,7 +8,6 @@ use Socket;
use Errno; use Errno;
use strict; use strict;
#use POSIX ":sys_wait_h";
use POSIX 'WNOHANG'; use POSIX 'WNOHANG';
sub mtr_run ($$$$$$;$); sub mtr_run ($$$$$$;$);
...@@ -1088,7 +1087,6 @@ sub mtr_kill_processes ($) { ...@@ -1088,7 +1087,6 @@ sub mtr_kill_processes ($) {
sub mtr_exit ($) { sub mtr_exit ($) {
my $code= shift; my $code= shift;
# cluck("Called mtr_exit()");
mtr_timer_stop_all($::glob_timers); mtr_timer_stop_all($::glob_timers);
local $SIG{HUP} = 'IGNORE'; local $SIG{HUP} = 'IGNORE';
# ToDo: Signalling -$$ will only work if we are the process group # ToDo: Signalling -$$ will only work if we are the process group
......
...@@ -8,9 +8,6 @@ use Socket; ...@@ -8,9 +8,6 @@ use Socket;
use Errno; use Errno;
use strict; use strict;
#use POSIX ":sys_wait_h";
#use POSIX 'WNOHANG';
sub mtr_init_timers (); sub mtr_init_timers ();
sub mtr_timer_start($$$); sub mtr_timer_start($$$);
sub mtr_timer_stop($$); sub mtr_timer_stop($$);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment