]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/upgrade.cc
allow all dpkg selections to be set via apt-mark and libapt
[apt.git] / apt-pkg / upgrade.cc
index 6c8721da8672ce1973c368d200d71d9be9d531eb..e7f2aae4012cf076a7145d29c848c581e58417f4 100644 (file)
@@ -288,12 +288,6 @@ bool pkgMinimizeUpgrade(pkgDepCache &Cache)
 }
                                                                        /*}}}*/
 // APT::Upgrade::Upgrade - Upgrade using a specific strategy           /*{{{*/
-#if APT_PKG_ABI < 413
-bool APT::Upgrade::Upgrade(pkgDepCache &Cache, int mode)
-{
-   return Upgrade(Cache, mode, NULL);
-}
-#endif
 bool APT::Upgrade::Upgrade(pkgDepCache &Cache, int mode, OpProgress * const Progress)
 {
 APT_IGNORE_DEPRECATED_PUSH