diff options
-rwxr-xr-x | iurt | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1116,7 +1116,6 @@ sub check_media { my $urpm = urpm->new; $urpm->parse_synthesis($synthesis_file, callback => sub { my ($_urpm, $pkg) = @_; - my $name = $pkg->name; $provides->{$pkg->fullname} = 1; foreach ($pkg->provides) { if (/([^[]+)(?:\[(.*)\])?/g) { |