From: Sebastian Harl Date: Thu, 26 Jun 2014 20:26:42 +0000 (+0200) Subject: store: Removed obsolete TODO note. X-Git-Tag: sysdb-0.2.0~32 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=e2f0b2814ab337b9f975b16162f73dbbc7fdf717 store: Removed obsolete TODO note. --- diff --git a/src/core/store-private.h b/src/core/store-private.h index 49ddaf5..7cc2f66 100644 --- a/src/core/store-private.h +++ b/src/core/store-private.h @@ -174,8 +174,6 @@ typedef struct { typedef struct { sdb_store_matcher_t super; char *name; - /* XXX: this needs to be more flexible; - * add support for type-specific operators */ string_matcher_t value; } attr_matcher_t; #define ATTR_M(m) ((attr_matcher_t *)(m))