]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
debian/gbp.conf: point debian-branch to master
[apt.git] / apt-pkg / acquire-item.h
index d6bcdafcba7a539fd58ae2e2da3c5f1096d0e7d1..6d58f2ba96d8d9062844801e48d79730ca5c200e 100644 (file)
@@ -409,7 +409,7 @@ class APT_HIDDEN pkgAcqMetaBase : public pkgAcqTransactionItem              /*{{{*/
    /** \brief The index files which should be looked up in the meta-index
     *  and then downloaded.
     */
-   std::vector<IndexTarget> const IndexTargets;
+   std::vector<IndexTarget> IndexTargets;
 
    /** \brief If \b true, the index's signature is currently being verified.
     */
@@ -944,9 +944,6 @@ class APT_HIDDEN pkgAcqIndex : public pkgAcqBaseIndex
    /** \brief Do the changes needed to fetch via AptByHash (if needed) */
    void InitByHashIfNeeded();
 
-   /** \brief Auto select the right compression to use */
-   void AutoSelectCompression();
-
    /** \brief Schedule file for verification after a IMS hit */
    void ReverifyAfterIMS();