diff options
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r-- | apt-pkg/pkgcache.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h index 2e695ab7b..9dd9869db 100644 --- a/apt-pkg/pkgcache.h +++ b/apt-pkg/pkgcache.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: pkgcache.h,v 1.7 1998/07/19 04:22:01 jgg Exp $ +// $Id: pkgcache.h,v 1.8 1998/10/20 02:39:20 jgg Exp $ /* ###################################################################### Cache - Structure definitions for the cache file @@ -86,9 +86,6 @@ class pkgCache string CacheFile; MMap ⤅ - bool Public; - bool ReadOnly; - static unsigned long sHash(string S); static unsigned long sHash(const char *S); |