summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-06-29 06:11:36 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-06-29 06:11:36 +0000
commit0a57c0f0e4d0bc3474ce4d2101f36a997891d30d (patch)
treedc4aadd2882cbb27291e16af181cc562257d2b78 /apt-pkg/pkgcache.h
parent254ce4b0cc0336de5a9b46c693673ef68d5628b6 (diff)
* use mark-and-sweep from aptitude now as GC algorithm
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r--apt-pkg/pkgcache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h
index 083f20ac2..b07951dfb 100644
--- a/apt-pkg/pkgcache.h
+++ b/apt-pkg/pkgcache.h
@@ -75,7 +75,6 @@ class pkgCache
enum PkgInstState {Ok=0,ReInstReq=1,HoldInst=2,HoldReInstReq=3};
enum PkgCurrentState {NotInstalled=0,UnPacked=1,HalfConfigured=2,
HalfInstalled=4,ConfigFiles=5,Installed=6};
- enum PkgRemoveState {RemoveUnknown=0, RemoveManual=1,RemoveSuggested=2,RemoveRecommended=3,RemoveRequired=4};
};
struct Flag