Commit a5c0d2a9 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

remove st_hash_type comment

parent d4ef3bac
......@@ -49,11 +49,6 @@ struct RVarmap {
};
extern struct RVarmap *ruby_dyna_vars;
//struct st_hash_type {
// int (*compare)();
// int (*hash)();
//};
#define mrb_str_ptr(s) ((struct RString*)((s).value.p))
#define RSTRING(s) ((struct RString*)((s).value.p))
#define RSTRING_PTR(s) (RSTRING(s)->buf)
......
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