summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2022-04-07 14:29:52 +0300
committerPanu Matilainen <pmatilai@redhat.com>2022-04-08 12:00:11 +0300
commitd307b02352237f4c1d98dfcc4823579ac34870a8 (patch)
tree47a00138be7b9eec04afeb4f8f6ed50e29df9d86 /include
parent44a2201dac198868a3ca3c948f8069177364b305 (diff)
downloadrpm-d307b02352237f4c1d98dfcc4823579ac34870a8.tar.gz
Delete directory index related API stubs for real
This is a follow-up to commit 53b408c18ee9738c3b461c3c43acc40a0fd72f3 to actually remove the stubs since there will be a soname bump next time around.
Diffstat (limited to 'include')
-rw-r--r--include/rpm/rpmfi.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/include/rpm/rpmfi.h b/include/rpm/rpmfi.h
index 2fec01336..cab39cb1c 100644
--- a/include/rpm/rpmfi.h
+++ b/include/rpm/rpmfi.h
@@ -59,15 +59,6 @@ rpm_count_t rpmfiDC(rpmfi fi);
int rpmfiDX(rpmfi fi);
/** \ingroup rpmfi
- * Obsolete, do not use.
- * @param fi unused
- * @param dx unused
- * @return -1
- */
-RPM_GNUC_DEPRECATED
-int rpmfiSetDX(rpmfi fi, int dx);
-
-/** \ingroup rpmfi
* Return current base name from file info set iterator.
* @param fi file info set iterator
* @return current base name, NULL on invalid
@@ -337,24 +328,6 @@ int rpmfiNext(rpmfi fi);
rpmfi rpmfiInit(rpmfi fi, int fx);
/** \ingroup rpmfi
- * Obsolete, do not use.
- * @param fi unused
- * @return -1
- */
-RPM_GNUC_DEPRECATED
-int rpmfiNextD(rpmfi fi);
-
-/** \ingroup rpmfi
- * Initialize directory iterator index.
- * Obsolete, do not use.
- * @param fi unused
- * @param dx unused
- * @return NULL
- */
-RPM_GNUC_DEPRECATED
-rpmfi rpmfiInitD(rpmfi fi, int dx);
-
-/** \ingroup rpmfi
* Destroy a file info set iterator.
* @param fi file info set iterator
* @return NULL always