diff options
author | Julian Andres Klode <jak@debian.org> | 2015-08-12 23:44:33 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-08-12 23:45:17 +0200 |
commit | a1dfe33790edda246a23a5c5d3c432cd8429e848 (patch) | |
tree | 2dcfd294b18bb828fbf085ec254179603e19dfb5 /apt-pkg/pkgcache.h | |
parent | 85b9b32933eaeda6119d7a0224b5070ab8230c6b (diff) |
Drop the Section field from pkgCache::Package again
This somehow got back, we don't really know why. Emulate the
Section() method in the PkgIterator by looking at the section
of the head of the VersionList.
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r-- | apt-pkg/pkgcache.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h index e59697c28..ff250b532 100644 --- a/apt-pkg/pkgcache.h +++ b/apt-pkg/pkgcache.h @@ -429,12 +429,6 @@ struct pkgCache::Package map_pointer_t VersionList; // Version /** \brief index to the installed version */ map_pointer_t CurrentVer; // Version - /** \brief indicates nothing (consistently) - This field used to contain ONE section the package belongs to, - if those differs between versions it is a RANDOM one. - The Section() method tries to reproduce it, but the only sane - thing to do is use the Section field from the version! */ - APT_DEPRECATED map_ptrloc Section; // StringItem /** \brief index of the group this package belongs to */ map_pointer_t Group; // Group the Package belongs to |