summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-07 11:08:17 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-07 11:08:17 +0000
commit754de04fc952ec4fd1bfe64ee40cb93205ef64ef (patch)
tree859e081c8608c34ac282634223190ff47cf0b08e
parent218724a54c08f3dd28beae384842929022b92192 (diff)
downloadurpmi-754de04fc952ec4fd1bfe64ee40cb93205ef64ef.tar
urpmi-754de04fc952ec4fd1bfe64ee40cb93205ef64ef.tar.gz
urpmi-754de04fc952ec4fd1bfe64ee40cb93205ef64ef.tar.bz2
urpmi-754de04fc952ec4fd1bfe64ee40cb93205ef64ef.tar.xz
urpmi-754de04fc952ec4fd1bfe64ee40cb93205ef64ef.zip
Remove obsolete comment
-rwxr-xr-xurpmi3
1 files changed, 0 insertions, 3 deletions
diff --git a/urpmi b/urpmi
index 2cc90a7b..edafecfc 100755
--- a/urpmi
+++ b/urpmi
@@ -343,9 +343,6 @@ if ($bug) {
foreach (@{$urpm->{media}}) {
#- take care of virtual medium this way.
$_->{hdlist} ||= "hdlist.$_->{name}.cz";
-
- # Why to delete this flag ? This break rpm find process if list is need
- # delete $_->{virtual};
#- now build directly synthesis file, this is by far the simplest method.
if (defined $_->{start} && defined $_->{end}) {
$urpm->build_synthesis(start => $_->{start}, end => $_->{end}, synthesis => "$bug/synthesis.$_->{hdlist}");