Browse Source

policy: Remove TODO for replacing old GetCandidateVer()

Gbp-Dch: ignore
Julian Andres Klode 10 years ago
parent
commit
0fae1ac4bf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      apt-pkg/policy.cc

+ 0 - 1
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;