summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-27 02:58:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-27 02:58:37 +0000
commitfd58dba97ff5f14dc3455fbea20a7a47dfde5983 (patch)
tree9e42b603bc2177a2d0fc7b26c0a1ac3f435f6779 /string.c
parent59358185161c3c96cf9bcca75b522efb910dedeb (diff)
* 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
Diffstat (limited to 'string.c')
-rw-r--r--string.c8
1 files changed, 0 insertions, 8 deletions
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)
{