]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/init.h
remove old APT_COMPATIBILITY ifdef's
[apt.git] / apt-pkg / init.h
index 85ad0df7e43446e5f864dbe9bad1fe79480069af..0c1c7ae5a8b0d4ee9d780805be7176dc6fea56e6 100644 (file)
@@ -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