summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm/removable.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/urpm/removable.pm b/urpm/removable.pm
index f30707b6..9ff99d52 100644
--- a/urpm/removable.pm
+++ b/urpm/removable.pm
@@ -89,7 +89,6 @@ sub _try_mounting_iso {
system('mount', $iso, $mntpoint, qw(-t iso9660 -o loop));
$urpm->{removable_mounted}{$mntpoint} = undef;
}
- -e $mntpoint;
}
#- side-effects: $urpm->{removable_mounted}, "mount"
@@ -104,7 +103,6 @@ sub _try_mounting_using_fstab {
system("mount '$mntpoint' 2>/dev/null");
$urpm->{removable_mounted}{$mntpoint} = undef;
}
- -e $dir;
}
#- side-effects: $urpm->{removable_mounted}, "umount"