]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.h
* merged daniel burrows fixes for the auto-mark code
[apt.git] / apt-pkg / algorithms.h
index 210127ab9125e321f5138242898baed9ce29d78d..174a7f58d18aea15aa0c36bf2fde93c243a3de8a 100644 (file)
@@ -132,9 +132,5 @@ bool pkgAllUpgrade(pkgDepCache &Cache);
 bool pkgMinimizeUpgrade(pkgDepCache &Cache);
 
 void pkgPrioSortList(pkgCache &Cache,pkgCache::Version **List);
-
-// mark all reachable packages, everything that is not reach can 
-// be removed
-bool pkgMarkUsed(pkgDepCache &Cache);
                     
 #endif