From 4f901b9b596dc1f5f310b0ea5468a7a71d2b3a9f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 18 Nov 2004 14:19:41 +0000 Subject: since we don't use ramdisk but clp, some code is dead (remove usingRamdisk(), check_prog(), remove_unused()...) --- perl-install/common.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/common.pm') diff --git a/perl-install/common.pm b/perl-install/common.pm index f635cd9f2..d016c6a23 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -146,8 +146,6 @@ sub formatTime { } } -sub usingRamdisk() { any { /ram3/ } cat_("/proc/mounts") } - sub expand_symlinks_but_simple { my ($f) = @_; my $link = readlink($f); -- cgit v1.2.1