diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-11-18 14:19:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-11-18 14:19:41 +0000 |
commit | 4f901b9b596dc1f5f310b0ea5468a7a71d2b3a9f (patch) | |
tree | 51b70a13a1b9cb17a4a4a50cbeae6c962fb57ee6 /perl-install/common.pm | |
parent | f0f3f892601f504aa5916c97d39261388992c023 (diff) | |
download | drakx-4f901b9b596dc1f5f310b0ea5468a7a71d2b3a9f.tar drakx-4f901b9b596dc1f5f310b0ea5468a7a71d2b3a9f.tar.gz drakx-4f901b9b596dc1f5f310b0ea5468a7a71d2b3a9f.tar.bz2 drakx-4f901b9b596dc1f5f310b0ea5468a7a71d2b3a9f.tar.xz drakx-4f901b9b596dc1f5f310b0ea5468a7a71d2b3a9f.zip |
since we don't use ramdisk but clp, some code is dead
(remove usingRamdisk(), check_prog(), remove_unused()...)
Diffstat (limited to 'perl-install/common.pm')
-rw-r--r-- | perl-install/common.pm | 2 |
1 files changed, 0 insertions, 2 deletions
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); |