remove unused definitions
This commit is contained in:
parent
2ee33b5d57
commit
7a440186c6
|
@ -6,11 +6,6 @@
|
||||||
#include "picrin/extra.h"
|
#include "picrin/extra.h"
|
||||||
#include "picrin/private/object.h"
|
#include "picrin/private/object.h"
|
||||||
|
|
||||||
KHASH_DECLARE(l, void *, int)
|
|
||||||
KHASH_DECLARE(v, void *, int)
|
|
||||||
KHASH_DEFINE2(l, void *, int, 1, kh_ptr_hash_func, kh_ptr_hash_equal)
|
|
||||||
KHASH_DEFINE2(v, void *, int, 1, kh_ptr_hash_func, kh_ptr_hash_equal)
|
|
||||||
|
|
||||||
struct writer_control {
|
struct writer_control {
|
||||||
int mode;
|
int mode;
|
||||||
int op;
|
int op;
|
||||||
|
|
Loading…
Reference in New Issue