summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r--apt-pkg/pkgcache.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h
index ed445b5bc..22eea3f6c 100644
--- a/apt-pkg/pkgcache.h
+++ b/apt-pkg/pkgcache.h
@@ -340,13 +340,8 @@ struct pkgCache::Header
map_id_t DependsDataCount;
map_fileid_t ReleaseFileCount;
map_fileid_t PackageFileCount;
-#if APT_PKG_ABI <= 600
- map_fileid_t VerFileCount;
- map_fileid_t DescFileCount;
-#else
map_id_t VerFileCount;
map_id_t DescFileCount;
-#endif
map_id_t ProvidesCount;
/** \brief index of the first PackageFile structure
@@ -603,9 +598,6 @@ struct pkgCache::VerFile
map_pointer<VerFile> NextFile;
/** \brief position in the package file */
map_filesize_t Offset; // File offset
-#if APT_PKG_ABI <= 600
- [[deprecated("No usage in src:apt, try MaxVerFileSize instead")]] map_filesize_t Size;
-#endif
};
/*}}}*/
// DescFile structure /*{{{*/
@@ -618,9 +610,6 @@ struct pkgCache::DescFile
map_pointer<DescFile> NextFile;
/** \brief position in the file */
map_filesize_t Offset; // File offset
-#if APT_PKG_ABI <= 600
- [[deprecated("No usage in src:apt, try MaxDescFileSize instead")]] map_filesize_t Size;
-#endif
};
/*}}}*/
// Version structure /*{{{*/