]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.h
DropPrivs: Hard-fail if the user does not exist
[apt.git] / apt-pkg / pkgcache.h
index f57c31b98bdb1bd55a570f0e283bb3b9bbcb99fd..0ce2a2878c56ab51ed483c08d8f9dd2cf76a110b 100644 (file)
@@ -392,11 +392,6 @@ struct pkgCache::Package
    map_pointer_t VersionList;       // Version
    /** \brief index to the installed version */
    map_pointer_t CurrentVer;        // Version
-   /** \brief indicates the deduced section
-
-       Should be the index to the string "Unknown" or to the section
-       of the last parsed item. */
-   map_stringitem_t Section;
    /** \brief index of the group this package belongs to */
    map_pointer_t Group;             // Group the Package belongs to