Remove unused typedefs from dict.h
This commit is contained in:
parent
6a4c99bce3
commit
9e0583909f
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue