summaryrefslogtreecommitdiffstats
path: root/urpm/sys.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/sys.pm')
-rw-r--r--urpm/sys.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/urpm/sys.pm b/urpm/sys.pm
index c0ff9740..0521b2cd 100644
--- a/urpm/sys.pm
+++ b/urpm/sys.pm
@@ -65,16 +65,6 @@ sub find_a_mntpoint {
_find_a_mntpoint($dir, {});
}
-# deprecated
-sub find_mntpoints {
- my ($dir, $infos) = @_;
- if (my $entry = _find_a_mntpoint($dir, $infos)) {
- $entry->{mntpoint};
- } else {
- ();
- }
-}
-
sub read_mtab() { _read_fstab_or_mtab('/etc/mtab') }
#- find used mount point from a pathname