From 86afcfe4021d3ee7a9d290f2b351ae9e7aa52021 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 7 May 2008 21:27:34 +0000 Subject: * thread.c (rb_thread_key_p): thread local storage stores ID. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 1 - 1 file changed, 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index 703a88e281..8d4910291f 100644 --- a/string.c +++ b/string.c @@ -4368,7 +4368,6 @@ tr_trans(VALUE str, VALUE src, VALUE repl, int sflag) int clen, tlen, max = RSTRING_LEN(str) * 1.2; int offset; char *buf = ALLOC_N(char, max), *t = buf; - VALUE v; while (s < send) { c0 = c = rb_enc_codepoint(s, send, enc); -- cgit v1.2.3