summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 428331a902..6f725a2f02 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -3816,15 +3816,6 @@ vm_get_special_object(const VALUE *const reg_ep,
}
}
-static void
-vm_freezestring(VALUE str, VALUE debug)
-{
- if (!NIL_P(debug)) {
- rb_ivar_set(str, id_debug_created_info, debug);
- }
- rb_str_freeze(str);
-}
-
static VALUE
vm_concat_array(VALUE ary1, VALUE ary2st)
{