diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:43 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:43 +0000 |
commit | b518cca6bd64abeba1fb84e9363798e5e063469a (patch) | |
tree | 00cde5bb60cada0f0da76075f15fb0c15849e810 /apt-pkg/depcache.h | |
parent | b50b2c97b3a8cf71aaecdcea6321433d576852a9 (diff) |
Sync
Author: jgg
Date: 1998-07-12 01:25:59 GMT
Sync
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r-- | apt-pkg/depcache.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index 222e34425..39ed215b2 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: depcache.h,v 1.1 1998/07/07 04:17:01 jgg Exp $ +// $Id: depcache.h,v 1.2 1998/07/12 01:26:01 jgg Exp $ /* ###################################################################### DepCache - Dependency Extension data for the cache @@ -167,9 +167,6 @@ class pkgDepCache : public pkgCache // This is for debuging void Update(); - // Dep Processing for AutoKeep - void ResolveConflicts(unsigned char *Touched); - // Hook to keep the extra data in sync virtual bool ReMap(); |