summaryrefslogtreecommitdiffhomepage
path: root/src/variable.c
diff options
context:
space:
mode:
authorcrimsonwoods <[email protected]>2012-06-19 23:00:29 +0900
committercrimsonwoods <[email protected]>2012-06-19 23:00:29 +0900
commitcd68190480785430b8e350d9a5d2127ab04e1074 (patch)
tree7eadae1a18883d9a3e99fc84da49b2d35c02fd3c /src/variable.c
parent7744315d88ceea6cb4e233506ba9b97693b68569 (diff)
downloadmruby-cd68190480785430b8e350d9a5d2127ab04e1074.tar.gz
mruby-cd68190480785430b8e350d9a5d2127ab04e1074.zip
split declaration and definition for 'khash_xxx'.
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/variable.c b/src/variable.c
index b11143b02..d89e9d6bb 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -19,8 +19,6 @@
#include "st.h"
#endif
-KHASH_INIT(iv, mrb_sym, mrb_value, 1, kh_int_hash_func, kh_int_hash_equal)
-
static void
mark_tbl(mrb_state *mrb, struct kh_iv *h)
{