From 58649234258a476f7cd69db41f89405e117d4b32 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 11 Mar 1998 07:33:08 +0000 Subject: gets speed up patch git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index 6bd63c096c..ca4ad9cf61 100644 --- a/string.c +++ b/string.c @@ -2516,7 +2516,4 @@ Init_String() rb_define_global_function("split", f_split, -1); pr_str = rb_intern("to_s"); - - /* turn on premitive flag for the class */ - FL_SET(cString, FL_PRIMITIVE); } -- cgit v1.2.3