From 011ed67616f4dd9b1ca983d32bdfca65e358e3dd Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 15 Feb 2001 06:01:00 +0000 Subject: * process.c (proc_waitall): new method based on a patch from Brian Fundakowski Feldman . * process.c (last_status_set): objectify $? value (Process::Status). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'object.c') diff --git a/object.c b/object.c index d0e6dc96a2..34a17ddc91 100644 --- a/object.c +++ b/object.c @@ -28,9 +28,6 @@ VALUE rb_cTrueClass; VALUE rb_cFalseClass; VALUE rb_cSymbol; -VALUE rb_f_sprintf(); -VALUE rb_obj_alloc(); - static ID eq, eql; static ID inspect; static ID clone; -- cgit v1.2.3