Code

store: Removed obsolete TODO note.
authorSebastian Harl <sh@tokkee.org>
Thu, 26 Jun 2014 20:26:42 +0000 (22:26 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 26 Jun 2014 20:26:42 +0000 (22:26 +0200)
src/core/store-private.h

index 49ddaf547465f349b8ba57aede974e0388628652..7cc2f66dbffc50363b0c04986a02c4ca66c99360 100644 (file)
@@ -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))