diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-01-26 21:58:57 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-01-26 21:58:57 +0100 |
commit | 02ceb810fe0de9b267a8b6a302505967afce6b5a (patch) | |
tree | ac1876d52a5fb44e51dddcdee1c734c11d00fddb /apt-pkg/pkgcachegen.h | |
parent | 07aca07ae73016aa7823e708dda746eec8346989 (diff) |
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
Diffstat (limited to 'apt-pkg/pkgcachegen.h')
-rw-r--r-- | apt-pkg/pkgcachegen.h | 1 |
1 files changed, 0 insertions, 1 deletions
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<std::string> AvailableDescriptionLanguages() = 0; virtual MD5SumValue Description_md5() = 0; virtual unsigned short VersionHash() = 0; |