From 02ceb810fe0de9b267a8b6a302505967afce6b5a Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Tue, 26 Jan 2016 21:58:57 +0100 Subject: remove unused Description methods in listparsers These virtual methods are implemented in hidden classes, so we can drop them without breaking the ABI. Git-Dch: Ignore --- apt-pkg/pkgcachegen.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apt-pkg/pkgcachegen.h') diff --git a/apt-pkg/pkgcachegen.h b/apt-pkg/pkgcachegen.h index f22a2df4e..a3de37a60 100644 --- a/apt-pkg/pkgcachegen.h +++ b/apt-pkg/pkgcachegen.h @@ -213,7 +213,6 @@ class APT_HIDDEN pkgCacheListParser virtual bool ArchitectureAll() = 0; virtual std::string Version() = 0; virtual bool NewVersion(pkgCache::VerIterator &Ver) = 0; - virtual std::string Description(std::string const &lang) = 0; virtual std::vector AvailableDescriptionLanguages() = 0; virtual MD5SumValue Description_md5() = 0; virtual unsigned short VersionHash() = 0; -- cgit v1.2.3