diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-07-04 14:22:06 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-07-04 14:22:06 +0300 |
commit | d902040e1484f1352dafc96c77678da0ebf44035 (patch) | |
tree | a2477ca24b474e201130bce13efe98d18a47a73c /tools/rpmgraph.c | |
parent | d0fbf7b246d4232a3a833753d488646e0636de2a (diff) | |
download | rpm-d902040e1484f1352dafc96c77678da0ebf44035.tar.gz rpm-d902040e1484f1352dafc96c77678da0ebf44035.tar.bz2 rpm-d902040e1484f1352dafc96c77678da0ebf44035.zip |
Remove solvedb API and other related stuff
- nobody has used the solvedb for anything in years
- the mechanism + rpmcache are horribly broken on multilib
- solvedb is way too heavyweight to be really usable as a general mechanism
- solver callback hook left in place as that could in theory be usable still
- we need something better to replace this all, getting rid of it now
so we're not stuck with the API forever
Diffstat (limited to 'tools/rpmgraph.c')
-rw-r--r-- | tools/rpmgraph.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/rpmgraph.c b/tools/rpmgraph.c index 0f9e8b20d..7477222ae 100644 --- a/tools/rpmgraph.c +++ b/tools/rpmgraph.c @@ -194,10 +194,6 @@ maybe_manifest: rpmlog(RPMLOG_ERR, _("Failed dependencies:\n")); rpmpsPrint(NULL, ps); numFailed += numPkgs; - - if (!(rpmtsFlags(ts) & RPMTRANS_FLAG_NOSUGGEST)) - rpmtsPrintSuggests(ts); - } ps = rpmpsFree(ps); } |