From 71180b9889046e30b63d70882c2381d6e3e9763f Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 25 Apr 2016 16:07:28 +0200 Subject: 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. --- apt-pkg/policy.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apt-pkg/policy.h') 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; }; -- cgit v1.2.3