aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace/objspace.c
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 12:00:04 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 12:00:04 +0000
commitbaf3cf128e451c3bf099bc68ec7918973d9a81f6 (patch)
tree0fb050976d759b2b40767de0762867883b720d94 /ext/objspace/objspace.c
parentc3fdc2cfb0e4b2ede488a36fc224b9e261c23ba5 (diff)
downloadruby-baf3cf128e451c3bf099bc68ec7918973d9a81f6.tar.gz
* ext/objspace/object_tracing.c: use declarations in internal.h.
* ext/objspace/objspace.c: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/objspace/objspace.c')
-rw-r--r--ext/objspace/objspace.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c
index 6de5d222ac..f9fa833c99 100644
--- a/ext/objspace/objspace.c
+++ b/ext/objspace/objspace.c
@@ -20,8 +20,6 @@
#include "gc.h"
#include "internal.h"
-size_t rb_obj_memsize_of(VALUE);
-
/*
* call-seq:
* ObjectSpace.memsize_of(obj) -> Integer