]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.h
Start on acquire stuff
[apt.git] / apt-pkg / pkgcache.h
index 2e695ab7bd926a802207ff13fc41644a3f5858dc..9dd9869db87e494cffd273206b9fae7dc8bb84a0 100644 (file)
@@ -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);