diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-01-17 14:35:04 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-18 13:40:22 +0100 |
commit | 237ef6d210a0370131deb58277e77d579d58d15a (patch) | |
tree | 8aa4ec8fc533526814fed6366d6d52adee053e22 /apt-pkg/deb/deblistparser.cc | |
parent | 8c10048dce06ee0f160c86a6df07f0e6d2c34242 (diff) |
Remove CRC-16 implementation
Diffstat (limited to 'apt-pkg/deb/deblistparser.cc')
-rw-r--r-- | apt-pkg/deb/deblistparser.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/deb/deblistparser.cc b/apt-pkg/deb/deblistparser.cc index 33c83f8f0..eaa9dfda9 100644 --- a/apt-pkg/deb/deblistparser.cc +++ b/apt-pkg/deb/deblistparser.cc @@ -14,7 +14,6 @@ #include <apt-pkg/aptconfiguration.h> #include <apt-pkg/cachefilter.h> #include <apt-pkg/configuration.h> -#include <apt-pkg/crc-16.h> #include <apt-pkg/deblistparser.h> #include <apt-pkg/error.h> #include <apt-pkg/hashes.h> |