summaryrefslogtreecommitdiffstats
path: root/urpmi.removemedia
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi.removemedia')
-rwxr-xr-xurpmi.removemedia3
1 files changed, 0 insertions, 3 deletions
diff --git a/urpmi.removemedia b/urpmi.removemedia
index 380ce107..a3bd9381 100755
--- a/urpmi.removemedia
+++ b/urpmi.removemedia
@@ -51,9 +51,6 @@ where <name> is a medium name to remove.
$urpm->select_media(@toremoves);
$urpm->remove_selected_media;
- foreach (grep { !$_->{ignore} && !$_->{with_hdlist} } @{$urpm->{media} || []}) {
- $urpm->parse_synthesis($_);
- }
$urpm->update_media(noclean => $options{noclean});
}