summaryrefslogtreecommitdiff
path: root/lib/rpmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmds.h')
-rw-r--r--lib/rpmds.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/rpmds.h b/lib/rpmds.h
index a113609ae..19a94982e 100644
--- a/lib/rpmds.h
+++ b/lib/rpmds.h
@@ -314,15 +314,6 @@ rpm_color_t rpmdsColor(const rpmds ds);
rpm_color_t rpmdsSetColor(const rpmds ds, rpm_color_t color);
/** \ingroup rpmds
- * Notify of results of dependency match.
- * @param ds dependency set
- * @param where where dependency was resolved (or NULL)
- * @param rc 0 == YES, otherwise NO
- */
-/* FIX: rpmMessage annotation is a lie */
-void rpmdsNotify(rpmds ds, const char * where, int rc);
-
-/** \ingroup rpmds
* Return next dependency set iterator index.
* @param ds dependency set
* @return dependency set iterator index, -1 on termination