]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgrecords.h
* merged the apt-breaks-iwj branch
[apt.git] / apt-pkg / pkgrecords.h
index ece91680e518e3daf3b86cd912ded17c35bc7128..21aa6632298645bb529fbf78aee674ff13e6e4a9 100644 (file)
@@ -17,9 +17,6 @@
 #ifndef PKGLIB_PKGRECORDS_H
 #define PKGLIB_PKGRECORDS_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/pkgrecords.h"
-#endif 
 
 #include <apt-pkg/pkgcache.h>
 #include <apt-pkg/fileutl.h>
@@ -33,7 +30,6 @@ class pkgRecords
    
    pkgCache &Cache;
    Parser **Files;
-   int PackageFileCount;
       
    public: