summaryrefslogtreecommitdiff
path: root/apt-pkg/policy.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-04-25 21:50:20 +0200
committerJulian Andres Klode <jak@debian.org>2016-04-25 21:50:20 +0200
commit0fae1ac4bfbf62e556f1d6a316b0a576c62d4131 (patch)
treefbfe3f9046437806911b8213f22f45dad37ed674 /apt-pkg/policy.cc
parent71180b9889046e30b63d70882c2381d6e3e9763f (diff)
policy: Remove TODO for replacing old GetCandidateVer()
Gbp-Dch: ignore
Diffstat (limited to 'apt-pkg/policy.cc')
-rw-r--r--apt-pkg/policy.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/policy.cc b/apt-pkg/policy.cc
index 111e43cd6..eb90daca7 100644
--- a/apt-pkg/policy.cc
+++ b/apt-pkg/policy.cc
@@ -132,7 +132,6 @@ bool pkgPolicy::InitDefaults()
best package is. */
pkgCache::VerIterator pkgPolicy::GetCandidateVer(pkgCache::PkgIterator const &Pkg)
{
- // TODO: Replace GetCandidateVer()
pkgCache::VerIterator cand;
pkgCache::VerIterator cur = Pkg.CurrentVer();
int candPriority = -1;