remove unused ruby_xfree

This commit is contained in:
Yukihiro Matsumoto
2012-05-04 23:18:02 +09:00
parent 264f500df4
commit 0248ea5ddb
-7
View File
@@ -18,13 +18,6 @@
#define TRUE 1
#endif
void
ruby_xfree(void *x)
{
//if (x)
// vm_xfree(&mrb_objspace, x);
}
struct RData*
mrb_data_object_alloc(mrb_state *mrb, struct RClass *klass, void *ptr, const struct mrb_data_type *type)
{