diff options
Diffstat (limited to 'lib/rpmps.h')
-rw-r--r-- | lib/rpmps.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/rpmps.h b/lib/rpmps.h index 727487721..e2cb3018e 100644 --- a/lib/rpmps.h +++ b/lib/rpmps.h @@ -143,11 +143,6 @@ extern const char * rpmProblemString(const rpmProblem prob); rpmps rpmpsUnlink (rpmps ps, const char * msg); -/** @todo Remove debugging entry from the ABI. */ -rpmps XrpmpsUnlink (rpmps ps, - const char * msg, const char * fn, unsigned ln); -#define rpmpsUnlink(_ps, _msg) XrpmpsUnlink(_ps, _msg, __FILE__, __LINE__) - /** \ingroup rpmps * Reference a problem set instance. * @param ps transaction set @@ -156,11 +151,6 @@ rpmps XrpmpsUnlink (rpmps ps, */ rpmps rpmpsLink (rpmps ps, const char * msg); -/** @todo Remove debugging entry from the ABI. */ -rpmps XrpmpsLink (rpmps ps, - const char * msg, const char * fn, unsigned ln); -#define rpmpsLink(_ps, _msg) XrpmpsLink(_ps, _msg, __FILE__, __LINE__) - /** \ingroup rpmps * Return number of problems in set. * @param ps problem set |