From 3896936492a92a9a63fc0206a340816e50ad5a46 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 24 Oct 2008 10:58:33 +0000 Subject: * string.c (rb_str_dump): should have removed commented out unnecessary code. [ruby-cvs:27131] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++-- string.c | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 06c0e089c6..d31b9f5caf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ -Fri Oct 24 19:29:22 2008 URABE Shyouhei +Fri Oct 24 19:57:19 2008 Yukihiro Matsumoto - * string.c (rb_str_dump): do not use C++ comment. + * string.c (rb_str_dump): should have removed commented out + unnecessary code. [ruby-cvs:27131] Fri Oct 24 19:16:36 2008 URABE Shyouhei diff --git a/string.c b/string.c index fa2781939b..16382b5304 100644 --- a/string.c +++ b/string.c @@ -4212,7 +4212,6 @@ rb_str_dump(VALUE str) sprintf(q, ".force_encoding(\"%s\")", enc->name); enc = rb_ascii8bit_encoding(); } - /* STR_SET_LEN(result, strlen(RSTRING_PTR(result))); */ OBJ_INFECT(result, str); /* result from dump is ASCII */ rb_enc_associate(result, enc); -- cgit v1.2.3