Remove unused typedefs from dict.h

This commit is contained in:
XANTRONIX Development 2019-05-21 09:23:32 -05:00
parent 6a4c99bce3
commit 9e0583909f

View file

@ -19,10 +19,6 @@ typedef struct _hexagram_dict_bucket {
hexagram_dict_slot slots[16]; hexagram_dict_slot slots[16];
} hexagram_dict_bucket; } hexagram_dict_bucket;
typedef void (hexagram_dict_retainer)(void *);
typedef void (hexagram_dict_releaser)(void *);
typedef struct _hexagram_dict { typedef struct _hexagram_dict {
hexagram_dict_bucket *bucket; hexagram_dict_bucket *bucket;
} hexagram_dict; } hexagram_dict;