diff options
author | Guillem Jover <guillem@debian.org> | 2016-03-24 10:26:31 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-04-01 00:58:15 +0200 |
commit | 1fc3455ebaa71ad6e34e7a95d89d4bdd2718fa7a (patch) | |
tree | 53dac44eed4bde501b58e039a1cdc7c440fd4792 /scripts/Dpkg | |
parent | 040973c7a1e50b78ef042ef5ffbfff0440c24700 (diff) | |
download | dpkg-1fc3455ebaa71ad6e34e7a95d89d4bdd2718fa7a.tar.gz |
Dpkg::Control::HashCore: Remove unused Dpkg::Checksums import
Diffstat (limited to 'scripts/Dpkg')
-rw-r--r-- | scripts/Dpkg/Control/HashCore.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm index 21b474eac..197bcd6bf 100644 --- a/scripts/Dpkg/Control/HashCore.pm +++ b/scripts/Dpkg/Control/HashCore.pm @@ -444,7 +444,6 @@ package Dpkg::Control::HashCore::Tie; use strict; use warnings; -use Dpkg::Checksums; use Dpkg::Control::FieldsCore; use Carp; |