summaryrefslogtreecommitdiff
path: root/src/generic/apt/aptitude_resolver.h
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2009-03-29 18:11:32 -0700
committerDaniel Burrows <dburrows@debian.org>2009-03-29 18:11:32 -0700
commit65e83afc5f1eb23489a7a4764704c19e9aa933fd (patch)
treef184cc677bcf9e11516bb40a1c279991446b588d /src/generic/apt/aptitude_resolver.h
parent76dda251678c80ab34c2d85aa481ccb0ec0365cc (diff)
downloadaptitude-65e83afc5f1eb23489a7a4764704c19e9aa933fd.tar.gz
Reorganize and flesh out the code to get the tiering configuration.
This moves all those routines into aptitude_universe, because the code that will want to use them doesn't touch the resolver directly (only its output). Also implemented an (untested) routine to translate tiers into names in a configurable manner, and created a new logging domain for setting up initial tiers.
Diffstat (limited to 'src/generic/apt/aptitude_resolver.h')
-rw-r--r--src/generic/apt/aptitude_resolver.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/generic/apt/aptitude_resolver.h b/src/generic/apt/aptitude_resolver.h
index d2fa8827..50d35c6f 100644
--- a/src/generic/apt/aptitude_resolver.h
+++ b/src/generic/apt/aptitude_resolver.h
@@ -409,14 +409,6 @@ public:
aptitudeDepCache *cache,
pkgPolicy *_policy);
- // Configuration fetchers.
- static tier get_safe_tier();
- static tier get_keep_all_tier();
- static tier get_remove_tier();
- static tier get_break_hold_tier();
- static tier get_non_default_tier();
- static tier get_remove_essential_tier();
-
/** \brief Return \b true if the given version will break a hold or
* install a forbidden version.
*/