|
@@ -304,19 +304,6 @@ LSUP_rc LSUP_mdbiter_next (
|
|
|
LSUP_MDBIterator *it, LSUP_BufferTriple *sspo, LSUP_Buffer **ctx);
|
|
|
|
|
|
|
|
|
-/** @brief Iterator's internal counter.
|
|
|
- *
|
|
|
- * This is only useful with #LSUP_mdbstore_add_iter to count inserted records.
|
|
|
- *
|
|
|
- * @param it[in] An iterator primed with LSUP_mdbstore_add_init.
|
|
|
- *
|
|
|
- * @return The value of the #i member. For an add iterator, this is the number
|
|
|
- * of succcessfully inserted records.
|
|
|
- */
|
|
|
-size_t
|
|
|
-LSUP_mdbiter_count (LSUP_MDBIterator *it);
|
|
|
-
|
|
|
-
|
|
|
/** @brief Free an iterator allocated by a lookup.
|
|
|
*
|
|
|
* @param it[in] Iterator pointer. It will be set to NULL after freeing.
|