Code

store: Remove (now unused) sdb_store_parse_*() helpers.
[sysdb.git] / src / include / core / store.h
index c8b7941b1d6e1bcaecf264cc994d2b7b041ef6ab..c051252f771616ad3df65eba06fbf9fe1bd3f447 100644 (file)
@@ -651,51 +651,6 @@ sdb_store_matcher_matches(sdb_store_matcher_t *m, sdb_store_obj_t *obj,
 typedef sdb_store_matcher_t *(*sdb_store_matcher_op_cb)
        (sdb_store_expr_t *, sdb_store_expr_t *);
 
-/*
- * sdb_store_parse_matcher_op:
- * Parse a matcher operator and return a constructor for the respective
- * matcher.
- *
- * Returns:
- *  - matcher operator constructor on success
- *  - NULL else
- */
-sdb_store_matcher_op_cb
-sdb_store_parse_matcher_op(const char *op);
-
-/*
- * sdb_store_parse_object_type:
- * Parse the type name of a stored object.
- *
- * Returns:
- *  - the object type on success
- *  - a negative value else
- */
-int
-sdb_store_parse_object_type(const char *name);
-
-/*
- * sdb_store_parse_object_type_plural:
- * Parse the type name (plural) of a stored object.
- *
- * Returns:
- *  - the object type on success
- *  - a negative value else
- */
-int
-sdb_store_parse_object_type_plural(const char *name);
-
-/*
- * sdb_store_parse_field_name:
- * Parse the name of a stored object's queryable field.
- *
- * Returns:
- *  - the field id on success
- *  - a negative value else
- */
-int
-sdb_store_parse_field_name(const char *name);
-
 /*
  * sdb_store_lookup_cb:
  * Lookup callback. It is called for each matching object when looking up data