]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
remove deprecated methods which nobody should have used anyway like
[apt.git] / apt-pkg / pkgcache.cc
index 38e4e904ed41133ae2feb07b9bdd94fad8584354..951caeb7822dae9fac1fc9f575a40b820225dec0 100644 (file)
@@ -749,9 +749,6 @@ bool pkgCache::VerIterator::Automatic() const
    return false;
 }
                                                                        /*}}}*/
-// VerIterator::Pseudo - deprecated no-op method                       /*{{{*/
-bool pkgCache::VerIterator::Pseudo() const { return false; }
-                                                                       /*}}}*/
 // VerIterator::NewestFile - Return the newest file version relation   /*{{{*/
 // ---------------------------------------------------------------------
 /* This looks at the version numbers associated with all of the sources