diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-06-21 10:01:17 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-06-21 10:01:17 +0900 |
| commit | 78423105736d650e4136e7d44175059ce7ee7411 (patch) | |
| tree | a2ad84e377b9cb2da21c0601e42c0b10a0c71ea8 /src/variable.c | |
| parent | e61bdbe3960aa471a8b4e5d8a89614d1433959aa (diff) | |
| parent | cd68190480785430b8e350d9a5d2127ab04e1074 (diff) | |
| download | mruby-78423105736d650e4136e7d44175059ce7ee7411.tar.gz mruby-78423105736d650e4136e7d44175059ce7ee7411.zip | |
Merge branch 'modify_khash' of https://github.com/crimsonwoods/mruby into crimsonwoods-modify_khash
Diffstat (limited to 'src/variable.c')
| -rw-r--r-- | src/variable.c | 2 |
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) { |
