summaryrefslogtreecommitdiff
path: root/lib/rpmgi.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-07-04 14:22:06 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-07-04 14:22:06 +0300
commitd902040e1484f1352dafc96c77678da0ebf44035 (patch)
treea2477ca24b474e201130bce13efe98d18a47a73c /lib/rpmgi.c
parentd0fbf7b246d4232a3a833753d488646e0636de2a (diff)
downloadrpm-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 'lib/rpmgi.c')
-rw-r--r--lib/rpmgi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/rpmgi.c b/lib/rpmgi.c
index 12fea2390..882a4cacc 100644
--- a/lib/rpmgi.c
+++ b/lib/rpmgi.c
@@ -627,11 +627,6 @@ enditer:
rpmlog(RPMLOG_INFO, _("Failed dependencies:\n"));
if (rpmIsVerbose())
rpmpsPrint(NULL, ps);
-
-
- if (!(rpmtsFlags(ts) & RPMTRANS_FLAG_NOSUGGEST))
- rpmtsPrintSuggests(ts);
-
}
ps = rpmpsFree(ps);
rpmtsCleanProblems(ts);