Code

store: Drop the special IS-NOT-NULL matcher.
[sysdb.git] / src / include / core / store.h
index 48866a7df79e1d3835daf89ccf65e3c46353e4fb..f2235571cd8f0f7d080cd1c7795482c184e886d0 100644 (file)
@@ -624,13 +624,6 @@ sdb_store_nregex_matcher(sdb_store_expr_t *left, sdb_store_expr_t *right);
 sdb_store_matcher_t *
 sdb_store_isnull_matcher(sdb_store_expr_t *expr);
 
 sdb_store_matcher_t *
 sdb_store_isnull_matcher(sdb_store_expr_t *expr);
 
-/*
- * sdb_store_isnnull_matcher:
- * Creates a matcher matching non-NULL values.
- */
-sdb_store_matcher_t *
-sdb_store_isnnull_matcher(sdb_store_expr_t *expr);
-
 /*
  * sdb_store_matcher_matches:
  * Check whether the specified matcher matches the specified store object. If
 /*
  * sdb_store_matcher_matches:
  * Check whether the specified matcher matches the specified store object. If