]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
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 19ee79167820ad5cac8107b5cf67fd3232ac6130..c1c2ea27ee81427fd706aeeba1d7ae43b7d03894 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)
 {