]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexfile.h
eliminate dead file-provides code in cache generation
[apt.git] / apt-pkg / indexfile.h
index 77e80ed41ef313a5da841018a021ebd643028bdb..844f0cd3b0908180b7d9b5f5cf11f9c8ac142aa2 100644 (file)
@@ -135,7 +135,6 @@ class pkgIndexFile
    virtual bool HasPackages() const = 0;
    virtual unsigned long Size() const = 0;
    virtual bool Merge(pkgCacheGenerator &/*Gen*/, OpProgress* const /*Prog*/) { return true; };
-   virtual bool MergeFileProvides(pkgCacheGenerator &/*Gen*/,OpProgress* /*Prog*/) {return true;};
    virtual pkgCache::PkgFileIterator FindInCache(pkgCache &Cache) const;
 
    static bool TranslationsAvailable();