Commit d9dfbb04 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

remove unused st_hash_end/unit reference

parent 34c049c6
...@@ -17,9 +17,6 @@ struct RHash { ...@@ -17,9 +17,6 @@ struct RHash {
struct kh_ht *ht; struct kh_ht *ht;
}; };
#define mrb_hash_end(h) st_hash_end(h)
#define mrb_hash_uint(h, i) st_hash_uint(h, i)
#define mrb_hash_ptr(v) ((struct RHash*)((v).value.p)) #define mrb_hash_ptr(v) ((struct RHash*)((v).value.p))
#define mrb_hash_value(p) mrb_obj_value((void*)(p)) #define mrb_hash_value(p) mrb_obj_value((void*)(p))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment