Code

store: Drop unused sdb_store_has_host.
[sysdb.git] / src / include / core / store.h
index 15f435fefdc6136a83fdb2e53a004a5cac82e8a9..20ca047b9473c28bdb2867bc0259a50419467ad0 100644 (file)
@@ -246,16 +246,12 @@ void
 sdb_store_clear(void);
 
 /*
- * sdb_store_has_host:
  * sdb_store_get_host:
  * Query the store for a host by its (canonicalized) name.
  *
- * sdb_store_get_host increments the ref count of the host object. The caller
- * needs to deref it when no longer using it.
+ * The function increments the ref count of the host object. The caller needs
+ * to deref it when no longer using it.
  */
-bool
-sdb_store_has_host(const char *name);
-
 sdb_store_obj_t *
 sdb_store_get_host(const char *name);