Code

store_lookup: Removed the (now unused) host matcher.
[sysdb.git] / src / include / core / store.h
index e4dcd579261505e1303e1aa33d582837321403f9..890482a965ffe0b119603d7fcf728fe790c71a6f 100644 (file)
@@ -174,14 +174,6 @@ sdb_store_name_matcher(int type, const char *name, _Bool re);
 sdb_store_matcher_t *
 sdb_store_attr_matcher(const char *name, const char *value, _Bool re);
 
-/*
- * sdb_store_host_matcher:
- * Creates a matcher matching hosts based on their name or its attributes.
- */
-sdb_store_matcher_t *
-sdb_store_host_matcher(const char *host_name, const char *host_name_re,
-               sdb_store_matcher_t *attr_matcher);
-
 /*
  * sdb_store_matcher_parse_cmp:
  * Parse a simple compare expression (<obj_type>.<attr> <op> <value>).