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/edsp/edsplistparser.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apt-pkg/edsp/edsplistparser.h') diff --git a/apt-pkg/edsp/edsplistparser.h b/apt-pkg/edsp/edsplistparser.h index 25363e1c7..691ac83ed 100644 --- a/apt-pkg/edsp/edsplistparser.h +++ b/apt-pkg/edsp/edsplistparser.h @@ -31,8 +31,7 @@ class APT_HIDDEN edspListParser : public debListParser edspListParserPrivate * const d; public: virtual bool NewVersion(pkgCache::VerIterator &Ver) APT_OVERRIDE; - virtual std::string Description(); - virtual std::string DescriptionLanguage(); + virtual std::vector AvailableDescriptionLanguages() APT_OVERRIDE; virtual MD5SumValue Description_md5() APT_OVERRIDE; virtual unsigned short VersionHash() APT_OVERRIDE; -- cgit v1.2.3