diff options
Diffstat (limited to 'src/solverdebug.h')
-rw-r--r-- | src/solverdebug.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/solverdebug.h b/src/solverdebug.h index ea31e3c..3da4629 100644 --- a/src/solverdebug.h +++ b/src/solverdebug.h @@ -38,13 +38,6 @@ extern void solver_printtrivial(Solver *solv); extern void transaction_print(Transaction *trans); -extern const char *solver_select2str(Pool *pool, Id select, Id what); -extern const char *pool_job2str(Pool *pool, Id how, Id what, Id flagmask); -extern const char *pool_selection2str(Pool *pool, Queue *selection, Id flagmask); -extern const char *solver_problemruleinfo2str(Solver *solv, SolverRuleinfo type, Id source, Id target, Id dep); -extern const char *solver_solutionelement2str(Solver *solv, Id p, Id rp); -extern const char *policy_illegal2str(Solver *solv, int illegal, Solvable *s, Solvable *rs); - #ifdef __cplusplus } #endif |