summaryrefslogtreecommitdiff
path: root/apt-inst/contrib/arfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-inst/contrib/arfile.h')
-rw-r--r--apt-inst/contrib/arfile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apt-inst/contrib/arfile.h b/apt-inst/contrib/arfile.h
index f53356847..297303a9d 100644
--- a/apt-inst/contrib/arfile.h
+++ b/apt-inst/contrib/arfile.h
@@ -62,11 +62,7 @@ struct ARArchive::Member
unsigned long long Size;
// Location of the data.
-#if APT_PKG_ABI >= 413
unsigned long long Start;
-#else
- unsigned long Start;
-#endif
Member *Next;
Member() : Start(0), Next(0) {};