summaryrefslogtreecommitdiff
path: root/ext/objspace
diff options
context:
space:
mode:
authortakano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-09 06:27:35 +0000
committertakano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-09 06:27:35 +0000
commitbc664b878c9992462f92e7f08fdd534dd08c69b3 (patch)
tree9ad42fc0d5195faaee32c0a23d88519f2c46c28e /ext/objspace
parent103b471075c5e26ee5f06367dbd438a7ddd0ca7d (diff)
Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
* include/ruby/st.h : revert previous commit. * ext/objspace/objspace.c : remove st_memsize declare. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/objspace')
-rw-r--r--ext/objspace/objspace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c
index 68c6086fa0..aa39f58221 100644
--- a/ext/objspace/objspace.c
+++ b/ext/objspace/objspace.c
@@ -31,7 +31,6 @@
size_t rb_str_memsize(VALUE);
size_t rb_ary_memsize(VALUE);
-size_t st_memsize(st_table *);
size_t rb_io_memsize(rb_io_t *);
size_t onig_memsize(regex_t *);
size_t rb_generic_ivar_memsize(VALUE);