]> git.tuebingen.mpg.de Git - osl.git/blobdiff - osl.h.in
Remove osl_hash_compare().
[osl.git] / osl.h.in
index da70cfd5bbf80761ccf070633be6fe2a7fea0eb3..5d81459a380772fd63764dcae930119a1c938258 100644 (file)
--- a/osl.h.in
+++ b/osl.h.in
@@ -476,19 +476,6 @@ int osl_get_nth_row(const struct osl_table *t, unsigned col_num,
 int osl_get_rank(const struct osl_table *t, struct osl_row *r,
        unsigned col_num, unsigned *rank);
 
-/**
- * Compare two osl objects pointing to hash values.
- *
- * \param obj1 Pointer to the first hash object.
- * \param obj2 Pointer to the second hash object.
- *
- * \return The values required for an osl compare function.
- *
- * \sa osl_compare_func, uint32_compare().
- */
-int osl_hash_compare(const struct osl_object *obj1,
-               const struct osl_object *obj2);
-
 /**
  * Get a string describing the error code passed in the argument.
  *