Code

store: Removed sdb_store_matcher_parse_field_cmp() and sdb_store_obj_cond().
authorSebastian Harl <sh@tokkee.org>
Wed, 22 Oct 2014 08:48:13 +0000 (10:48 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 22 Oct 2014 08:48:13 +0000 (10:48 +0200)
commit33c80b1c2a05192e6b912558f99d19a4d7f9ef06
tree5434030d89a26524c0175e593457fcffff192e2d
parent132f7e17eb14a23ca9fe2537df7dc0b0fc56a491
store: Removed sdb_store_matcher_parse_field_cmp() and sdb_store_obj_cond().

Those functions have been superseded by the new expression-based matchers.
src/core/store-private.h
src/core/store_lookup.c
src/include/core/store.h
t/unit/core/store_lookup_test.c
t/unit/frontend/parser_test.c