summaryrefslogtreecommitdiffhomepage
path: root/src/kernel.c
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-06-21 10:01:17 +0900
committerYukihiro Matsumoto <[email protected]>2012-06-21 10:01:17 +0900
commit78423105736d650e4136e7d44175059ce7ee7411 (patch)
treea2ad84e377b9cb2da21c0601e42c0b10a0c71ea8 /src/kernel.c
parente61bdbe3960aa471a8b4e5d8a89614d1433959aa (diff)
parentcd68190480785430b8e350d9a5d2127ab04e1074 (diff)
downloadmruby-78423105736d650e4136e7d44175059ce7ee7411.tar.gz
mruby-78423105736d650e4136e7d44175059ce7ee7411.zip
Merge branch 'modify_khash' of https://github.com/crimsonwoods/mruby into crimsonwoods-modify_khash
Diffstat (limited to 'src/kernel.c')
-rw-r--r--src/kernel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/kernel.c b/src/kernel.c
index 209eaa91d..a9f4792d7 100644
--- a/src/kernel.c
+++ b/src/kernel.c
@@ -34,9 +34,6 @@ typedef enum {
NOEX_RESPONDS = 0x80
} mrb_method_flag_t;
-KHASH_INIT(mt, mrb_sym, struct RProc*, 1, kh_int_hash_func, kh_int_hash_equal)
-KHASH_INIT(iv, mrb_sym, mrb_value, 1, kh_int_hash_func, kh_int_hash_equal)
-
struct obj_ivar_tag {
mrb_value obj;
int (*func)(mrb_sym key, mrb_value val, void * arg);