diff options
author | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-03-28 15:47:01 +0000 |
---|---|---|
committer | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-03-28 15:47:01 +0000 |
commit | 022fc69e0d555c2dc3941851c24a00d3c9d5d2e8 (patch) | |
tree | 42bea992d0bd3fec2c0e8423295c289fccb1ea8a /draksnapshot-applet | |
parent | f2f51ab49563bfbbf988dc357523289aa316555c (diff) | |
download | draksnapshot-022fc69e0d555c2dc3941851c24a00d3c9d5d2e8.tar draksnapshot-022fc69e0d555c2dc3941851c24a00d3c9d5d2e8.tar.gz draksnapshot-022fc69e0d555c2dc3941851c24a00d3c9d5d2e8.tar.bz2 draksnapshot-022fc69e0d555c2dc3941851c24a00d3c9d5d2e8.tar.xz draksnapshot-022fc69e0d555c2dc3941851c24a00d3c9d5d2e8.zip |
(harvester) kill dead code
git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241086 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-x | draksnapshot-applet | 2 |
1 files changed, 0 insertions, 2 deletions
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); |