summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-04-24 11:00:06 +0900
committerYukihiro Matsumoto <[email protected]>2012-04-24 11:00:06 +0900
commita5c0d2a99635a8964c666cea8acb7b88b2eb2add (patch)
tree326f0533d666dc21b3cc6d0ea21ea751501114a6
parentd4ef3baca86fdf54c76db53fafa45116651782c9 (diff)
downloadmruby-a5c0d2a99635a8964c666cea8acb7b88b2eb2add.tar.gz
mruby-a5c0d2a99635a8964c666cea8acb7b88b2eb2add.zip
remove st_hash_type comment
-rw-r--r--include/mruby/string.h5
1 files changed, 0 insertions, 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)