From ceb8031b6b795b189012c38057ebf82733f4aeaf Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 26 Jan 1999 10:08:18 +0000 Subject: 990126 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'object.c') diff --git a/object.c b/object.c index 15e757d054..ac361e0df6 100644 --- a/object.c +++ b/object.c @@ -6,7 +6,7 @@ $Date$ created at: Thu Jul 15 12:01:24 JST 1993 - Copyright (C) 1993-1998 Yukihiro Matsumoto + Copyright (C) 1993-1999 Yukihiro Matsumoto ************************************************/ @@ -583,8 +583,6 @@ rb_module_s_new(klass) return mod; } -VALUE rb_class_new_instance(); - static VALUE rb_class_s_new(argc, argv) int argc; -- cgit v1.2.3