From eb709bbd83e5979dda24e401fb51a83f14412f39 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 5 Jan 2004 13:45:42 +0000 Subject: perl_checker fixes --- perl-install/interactive/http.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/interactive') 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"; -- cgit v1.2.1