summaryrefslogtreecommitdiff
path: root/apt-pkg/policy.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-04-25 16:07:28 +0200
committerJulian Andres Klode <jak@debian.org>2016-04-25 21:38:09 +0200
commit71180b9889046e30b63d70882c2381d6e3e9763f (patch)
treeccf2ad607560edd2d5b95c9c5730352ee0c3e8fe /apt-pkg/policy.h
parentfd2e438b24f4ce153ee35a691ae5bcb7eb28cc98 (diff)
policy: Get rid of old (pre-1.1) GetCandidateVer algorithm
Bye bye old friend. You're in one Ubuntu LTS release for compat testing, now we do not need you anymore.
Diffstat (limited to 'apt-pkg/policy.h')
-rw-r--r--apt-pkg/policy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/policy.h b/apt-pkg/policy.h
index bb0ff7e27..04747c5a1 100644
--- a/apt-pkg/policy.h
+++ b/apt-pkg/policy.h
@@ -88,7 +88,6 @@ class pkgPolicy : public pkgDepCache::Policy
explicit pkgPolicy(pkgCache *Owner);
virtual ~pkgPolicy();
private:
- APT_HIDDEN pkgCache::VerIterator GetCandidateVerNew(pkgCache::PkgIterator const &Pkg);
void * const d;
};