diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-26 13:46:34 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-26 16:31:20 +0100 |
commit | 9a67a621763485ab923d62c50dae12fe8fe2f49f (patch) | |
tree | 80eaf560565891d7a1ed063c85ddc9abeea551cd | |
parent | 5c812fa5c81bf3670f00bdb1c70a41aa5f11214c (diff) |
orderlist: Remove deprecated VisitNode() variant
-rw-r--r-- | apt-pkg/orderlist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/orderlist.h b/apt-pkg/orderlist.h index 3fa02342b..bb21e1d7d 100644 --- a/apt-pkg/orderlist.h +++ b/apt-pkg/orderlist.h @@ -47,7 +47,6 @@ class pkgOrderList : protected pkgCache::Namespace bool Debug; // Main visit function - APT_DEPRECATED_MSG("Add a unique calling identifier as parameter for debugging output") bool VisitNode(PkgIterator Pkg) { return VisitNode(Pkg, "UNKNOWN"); }; bool VisitNode(PkgIterator Pkg, char const* from); bool VisitDeps(DepFunc F,PkgIterator Pkg); bool VisitRDeps(DepFunc F,PkgIterator Pkg); |