From: Michael Matz Date: Tue, 22 Apr 2008 13:38:58 +0000 (+0000) Subject: Fix compile. X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd6805bbf8c84f987608836e04078d3c3196e999;p=thirdparty%2Flibsolv.git Fix compile. --- diff --git a/src/solver.h b/src/solver.h index 19ee7916..c1c2ea27 100644 --- a/src/solver.h +++ b/src/solver.h @@ -220,11 +220,6 @@ extern SolverProbleminfo solver_problemruleinfo(Solver *solv, Queue *job, Id rid /* XXX: why is this not static? */ Id *create_decisions_obsoletesmap(Solver *solv); -/* debug functions, do not use */ -void printdecisions(Solver *solv); -void printsolutions(Solver *solv, Queue *job); - - static inline int solver_dep_fulfilled(Solver *solv, Id dep) {