Commit db20b514 authored by Patrick Hogan's avatar Patrick Hogan

mrb_ary_dup is only used by mrb_ary_sort which is removed by #if 0

Signed-off-by: default avatarPatrick Hogan <pbhogan@gmail.com>
parent 7b3d628c
......@@ -906,6 +906,7 @@ mrb_ary_sort_bang(mrb_value ary)
}
#endif
#if 0
mrb_value
mrb_ary_dup(mrb_state *mrb, mrb_value self)
{
......@@ -928,7 +929,6 @@ mrb_ary_dup(mrb_state *mrb, mrb_value self)
return ary;
}
#if 0
/*
* call-seq:
* ary.sort -> new_ary
......
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