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/deb/deblistparser.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apt-pkg/deb/deblistparser.h') diff --git a/apt-pkg/deb/deblistparser.h b/apt-pkg/deb/deblistparser.h index 4663c0119..1c5275e0a 100644 --- a/apt-pkg/deb/deblistparser.h +++ b/apt-pkg/deb/deblistparser.h @@ -73,10 +73,6 @@ class APT_HIDDEN debListParser : public pkgCacheListParser virtual bool ArchitectureAll() APT_OVERRIDE; virtual std::string Version() APT_OVERRIDE; virtual bool NewVersion(pkgCache::VerIterator &Ver) APT_OVERRIDE; - virtual std::string Description(std::string const &lang) APT_OVERRIDE; -#ifdef APT_PKG_EXPOSE_STRING_VIEW - APT::StringView Description(APT::StringView lang); -#endif virtual std::vector AvailableDescriptionLanguages() APT_OVERRIDE; virtual MD5SumValue Description_md5() APT_OVERRIDE; virtual unsigned short VersionHash() APT_OVERRIDE; -- cgit v1.2.3