diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-09-19 19:27:07 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-09-19 19:27:07 +0200 |
commit | 1bc6873583b01469f4981d738f4d0d4132ccfdbf (patch) | |
tree | 3f86236b08b84f5bdc3d6c9c00c91470933aeaf8 /apt-pkg/pkgcachegen.cc | |
parent | 472ff00ef2e48383805d281c6364ec27839e3f4d (diff) |
remove old APT_COMPATIBILITY ifdef's
Diffstat (limited to 'apt-pkg/pkgcachegen.cc')
-rw-r--r-- | apt-pkg/pkgcachegen.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/pkgcachegen.cc b/apt-pkg/pkgcachegen.cc index 1356054b5..f7e01f60b 100644 --- a/apt-pkg/pkgcachegen.cc +++ b/apt-pkg/pkgcachegen.cc @@ -10,7 +10,6 @@ ##################################################################### */ /*}}}*/ // Include Files /*{{{*/ -#define APT_COMPATIBILITY 986 #include <config.h> #include <apt-pkg/pkgcachegen.h> |