Parcourir la source

dpkg-parsechangelog: drop useless “use” statements

Neither POSIX nor English are used by this small script.
Raphaël Hertzog il y a 16 ans
Parent
commit
30421dbe46
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      scripts/dpkg-parsechangelog.pl

+ 0 - 3
scripts/dpkg-parsechangelog.pl

@@ -3,9 +3,6 @@
 use strict;
 use warnings;
 
-use English;
-use POSIX;
-use POSIX qw(:errno_h);
 use Dpkg;
 use Dpkg::Gettext;
 use Dpkg::ErrorHandling;