Просмотр исходного кода

Dpkg::Index: Do not require unused Dpkg::Compression::FileHandle

Guillem Jover лет назад: 12
Родитель
Сommit
6fd63dea78
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      scripts/Dpkg/Index.pm

+ 0 - 1
scripts/Dpkg/Index.pm

@@ -23,7 +23,6 @@ our $VERSION = '1.00';
 use Dpkg::Gettext;
 use Dpkg::ErrorHandling;
 use Dpkg::Control;
-use Dpkg::Compression::FileHandle;
 
 use parent qw(Dpkg::Interface::Storable);