summaryrefslogtreecommitdiff
path: root/apt-pkg/upgrade.h
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2019-02-26 11:33:11 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2019-02-26 16:31:20 +0100
commiteeecbe521fdad69a924992f505d0a32b53800cfc (patch)
treeae23195df30b27f4672b316b78f8a30ec0145810 /apt-pkg/upgrade.h
parent53414a347dbf42513c94b2cd475591d83983ee2b (diff)
upgrade: Remove deprecated functions
Diffstat (limited to 'apt-pkg/upgrade.h')
-rw-r--r--apt-pkg/upgrade.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/upgrade.h b/apt-pkg/upgrade.h
index 5612acfcb..c3d0852b2 100644
--- a/apt-pkg/upgrade.h
+++ b/apt-pkg/upgrade.h
@@ -28,8 +28,5 @@ namespace APT {
}
}
-APT_DEPRECATED_MSG("Use APT::Upgrade::Upgrade() instead") bool pkgDistUpgrade(pkgDepCache &Cache);
-APT_DEPRECATED_MSG("Use APT::Upgrade::Upgrade() instead") bool pkgAllUpgrade(pkgDepCache &Cache);
-
bool pkgMinimizeUpgrade(pkgDepCache &Cache);
#endif