From 6e877571bc2dd50e38f2f35675c401d74dbe233d Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sat, 15 Feb 2025 09:40:15 +0100 Subject: Run unifdef -DAPT_PKG_ABI=700 again main picked up a couple new ifdefs since the branch started; so clean them up again. --- apt-pkg/pkgcachegen.cc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'apt-pkg/pkgcachegen.cc') diff --git a/apt-pkg/pkgcachegen.cc b/apt-pkg/pkgcachegen.cc index 8c4a1c517..fec931cf2 100644 --- a/apt-pkg/pkgcachegen.cc +++ b/apt-pkg/pkgcachegen.cc @@ -869,11 +869,6 @@ bool pkgCacheGenerator::NewFileVer(pkgCache::VerIterator &Ver, auto const Size = List.Size(); if (Cache.HeaderP->MaxVerFileSize < Size) Cache.HeaderP->MaxVerFileSize = Size; -#if APT_PKG_ABI <= 600 - APT_IGNORE_DEPRECATED_PUSH - VF->Size = Size; - APT_IGNORE_DEPRECATED_POP -#endif Cache.HeaderP->VerFileCount++; return true; @@ -975,11 +970,6 @@ bool pkgCacheGenerator::NewFileDesc(pkgCache::DescIterator &Desc, auto const Size = List.Size(); if (Cache.HeaderP->MaxDescFileSize < Size) Cache.HeaderP->MaxDescFileSize = Size; -#if APT_PKG_ABI <= 600 - APT_IGNORE_DEPRECATED_PUSH - DF->Size = Size; - APT_IGNORE_DEPRECATED_POP -#endif Cache.HeaderP->DescFileCount++; return true; -- cgit v1.2.3-70-g09d2