From fd58dba97ff5f14dc3455fbea20a7a47dfde5983 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 27 Sep 2009 02:58:37 +0000 Subject: * string.c (rb_hash_{uint{32,},end}): removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index fede22646a..ad3efae76f 100644 --- a/string.c +++ b/string.c @@ -1982,14 +1982,6 @@ rb_str_concat(VALUE str1, VALUE str2) return rb_str_append(str1, str2); } -#undef rb_hash_uint32 -#undef rb_hash_uint -#undef rb_hash_end - -#define rb_hash_uint32 st_hash_uint32 -#define rb_hash_uint st_hash_uint -#define rb_hash_end st_hash_end - st_index_t rb_hash_start(st_index_t h) { -- cgit v1.2.3