summaryrefslogtreecommitdiffstats
path: root/urpm/removable.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/removable.pm')
-rw-r--r--urpm/removable.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/urpm/removable.pm b/urpm/removable.pm
index 301aa59f..c6e1bf29 100644
--- a/urpm/removable.pm
+++ b/urpm/removable.pm
@@ -9,14 +9,6 @@ use urpm 'file_from_local_medium';
-#- returns the removable device name if it corresponds to an iso image, '' otherwise
-#-
-#- side-effects: none
-sub is_iso {
- my ($removable_dev) = @_;
- $removable_dev && $removable_dev =~ /\.iso$/i;
-}
-
sub _file_or_synthesis_dir {
my ($medium, $o_url) = @_;