summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-22 08:57:42 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-22 08:57:42 +0000
commite429f1c5844a6efb3c013416e007e77775a16fa3 (patch)
tree3edb0805f07e90e2a4f360a006700d3a942805bc /object.c
parent089d61b4247f5e7e95bfa7dd3c0daa6cbe45fe92 (diff)
1.1b9_14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'object.c')
-rw-r--r--object.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/object.c b/object.c
index 88667e66f9..41acb4d021 100644
--- a/object.c
+++ b/object.c
@@ -743,14 +743,6 @@ rb_Integer(val)
return f_integer(Qnil, val);
}
-int
-rb_obj2int(obj)
- VALUE obj;
-{
- VALUE i = f_integer(Qnil, obj);
- return NUM2INT(i);
-}
-
static VALUE
to_flo(val)
VALUE val;