Fix compile.
authorMichael Matz <matz@suse.de>
Tue, 22 Apr 2008 13:38:58 +0000 (13:38 +0000)
committerMichael Matz <matz@suse.de>
Tue, 22 Apr 2008 13:38:58 +0000 (13:38 +0000)
src/solver.h

index 19ee791..c1c2ea2 100644 (file)
@@ -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)
 {