X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/ebc5b43cca0a16e3f552130db9233fa14b313739..6079b276a959086ff18302cab752b6d7cfe5ad9f:/apt-pkg/pkgcache.h?ds=sidebyside

diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h
index 801f8556d..f72dd30b0 100644
--- a/apt-pkg/pkgcache.h
+++ b/apt-pkg/pkgcache.h
@@ -259,7 +259,6 @@ class pkgCache								/*{{{*/
 private:
    void * const d;
    bool MultiArchEnabled;
-   APT_HIDDEN PkgIterator SingleArchFindPkg(const std::string &Name);
 };
 									/*}}}*/
 // Header structure							/*{{{*/
@@ -579,6 +578,7 @@ struct pkgCache::DescFile
     The version list is always sorted from highest version to lowest
     version by the generator. Equal version numbers are either merged
     or handled as separate versions based on the Hash value. */
+APT_IGNORE_DEPRECATED_PUSH
 struct pkgCache::Version
 {
    /** \brief complete version string */
@@ -646,6 +646,7 @@ struct pkgCache::Version
    /** \brief parsed priority value */
    map_number_t Priority;
 };
+APT_IGNORE_DEPRECATED_POP
 									/*}}}*/
 // Description structure						/*{{{*/
 /** \brief datamember of a linked list of available description for a version */