remove st_hash_type comment

This commit is contained in:
Yukihiro Matsumoto
2012-04-24 11:00:06 +09:00
parent d4ef3baca8
commit a5c0d2a996
-5
View File
@@ -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)