summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-05 13:45:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-05 13:45:42 +0000
commiteb709bbd83e5979dda24e401fb51a83f14412f39 (patch)
tree83c32db4c8d6f4afc3aa28ef8d895ca869e279e6 /perl-install/interactive
parentcdef0fd204617c22ce6daa871284f3b454afd7da (diff)
downloaddrakx-backup-do-not-use-eb709bbd83e5979dda24e401fb51a83f14412f39.tar
drakx-backup-do-not-use-eb709bbd83e5979dda24e401fb51a83f14412f39.tar.gz
drakx-backup-do-not-use-eb709bbd83e5979dda24e401fb51a83f14412f39.tar.bz2
drakx-backup-do-not-use-eb709bbd83e5979dda24e401fb51a83f14412f39.tar.xz
drakx-backup-do-not-use-eb709bbd83e5979dda24e401fb51a83f14412f39.zip
perl_checker fixes
Diffstat (limited to 'perl-install/interactive')
-rw-r--r--perl-install/interactive/http.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/interactive/http.pm b/perl-install/interactive/http.pm
index ea2ae1311..393ede7f6 100644
--- a/perl-install/interactive/http.pm
+++ b/perl-install/interactive/http.pm
@@ -13,7 +13,6 @@ use log;
my $script_name = $ENV{INTERACTIVE_HTTP};
my $no_header;
-my $uid;
my $pipe_r = "/tmp/interactive_http_r";
my $pipe_w = "/tmp/interactive_http_w";