summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sv.c b/sv.c
index c9fd89d499..ded810d0bc 100644
--- a/sv.c
+++ b/sv.c
@@ -11534,8 +11534,6 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags,
PTR2UV(PL_watchok));
}
- PL_v_string_ok = proto_perl->Iv_string_ok;
-
if (!(flags & CLONEf_KEEP_PTR_TABLE)) {
ptr_table_free(PL_ptr_table);
PL_ptr_table = NULL;