summaryrefslogtreecommitdiff
path: root/apt-pkg/init.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-09-19 19:27:07 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-09-19 19:27:07 +0200
commit1bc6873583b01469f4981d738f4d0d4132ccfdbf (patch)
tree3f86236b08b84f5bdc3d6c9c00c91470933aeaf8 /apt-pkg/init.h
parent472ff00ef2e48383805d281c6364ec27839e3f4d (diff)
remove old APT_COMPATIBILITY ifdef's
Diffstat (limited to 'apt-pkg/init.h')
-rw-r--r--apt-pkg/init.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/apt-pkg/init.h b/apt-pkg/init.h
index 85ad0df7e..0c1c7ae5a 100644
--- a/apt-pkg/init.h
+++ b/apt-pkg/init.h
@@ -31,15 +31,4 @@ extern const char *pkgLibVersion;
bool pkgInitConfig(Configuration &Cnf);
bool pkgInitSystem(Configuration &Cnf,pkgSystem *&Sys);
-#ifdef APT_COMPATIBILITY
-#if APT_COMPATIBILITY != 986
-#warning "Using APT_COMPATIBILITY"
-#endif
-
-inline bool pkgInitialize(Configuration &Cnf)
-{
- return pkgInitConfig(Cnf) && pkgInitSystem(Cnf,_system);
-};
-#endif
-
#endif