Commit 0248ea5d authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

remove unused ruby_xfree

parent 264f500d
...@@ -18,13 +18,6 @@ ...@@ -18,13 +18,6 @@
#define TRUE 1 #define TRUE 1
#endif #endif
void
ruby_xfree(void *x)
{
//if (x)
// vm_xfree(&mrb_objspace, x);
}
struct RData* struct RData*
mrb_data_object_alloc(mrb_state *mrb, struct RClass *klass, void *ptr, const struct mrb_data_type *type) mrb_data_object_alloc(mrb_state *mrb, struct RClass *klass, void *ptr, const struct mrb_data_type *type)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment