From 022fc69e0d555c2dc3941851c24a00d3c9d5d2e8 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 28 Mar 2008 15:47:01 +0000 Subject: (harvester) kill dead code git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241086 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- draksnapshot-applet | 2 -- 1 file changed, 2 deletions(-) (limited to 'draksnapshot-applet') diff --git a/draksnapshot-applet b/draksnapshot-applet index 26b7150..c7e6764 100755 --- a/draksnapshot-applet +++ b/draksnapshot-applet @@ -102,12 +102,10 @@ my $config_pid; sub harvester { my ($_signame, $_clean) = @_; my ($childpid, @pids); - my $configurator_returned; do { $childpid = waitpid(-1, &WNOHANG); if ($config_pid && $config_pid == $childpid) { undef $config_pid; - $configurator_returned = 1; # we should better check it has really been configured indeed. setAutoStart('FALSE'); ugtk2::exit(0); -- cgit v1.2.1