From a5c0d2a99635a8964c666cea8acb7b88b2eb2add Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Tue, 24 Apr 2012 11:00:06 +0900 Subject: remove st_hash_type comment --- include/mruby/string.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/mruby/string.h b/include/mruby/string.h index 9b6078d21..50dc2396d 100644 --- a/include/mruby/string.h +++ b/include/mruby/string.h @@ -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) -- cgit v1.2.3