Code

store: Removed sdb_store_matcher_tostring().
authorSebastian Harl <sh@tokkee.org>
Tue, 21 Oct 2014 07:50:42 +0000 (09:50 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 21 Oct 2014 07:50:42 +0000 (09:50 +0200)
commit31566d5c9218638665c0992ccf0b5286899ef855
treea0393443f6002b3fdedd3802ba3ce5cf31d54509
parent241a7b9ab622e84960471bc9c70fbedccbbdff2d
store: Removed sdb_store_matcher_tostring().

This function was mainly used for debugging and more verbose error messages
upon test failures. Given that we have more fine-grained tests now, keeping
the tostring() methods up-to-date is rather annoying but for little benefit.

Instead, we should have a real pretty-printer or similar at some point.
src/core/store-private.h
src/core/store_lookup.c
src/include/core/store.h
t/unit/core/store_lookup_test.c
t/unit/core/store_test.c