From a655b0e1e07efb3fd057f726b85887908d970ba6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 10 Jun 2005 07:38:18 +0000 Subject: - move functions using /proc/partitions out of fsedit to fs::proc_partitions - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) --- perl-install/raid.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/raid.pm') diff --git a/perl-install/raid.pm b/perl-install/raid.pm index c16f82378..68abe51fc 100644 --- a/perl-install/raid.pm +++ b/perl-install/raid.pm @@ -11,7 +11,6 @@ use fs::type; use run_program; use devices; use modules; -use fs; sub max_nb() { 31 } -- cgit v1.2.1