summaryrefslogtreecommitdiffhomepage
path: root/src/class.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/class.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/class.c')
-rw-r--r--src/class.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/class.c b/src/class.c
index 3445b1692..72fef70aa 100644
--- a/src/class.c
+++ b/src/class.c
@@ -17,9 +17,6 @@
#include "mruby/khash.h"
-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)
-
typedef struct fc_result {
mrb_sym name;
struct RClass * klass;