Fix threaded build broken by 823ac2c80
authorFather Chrysostomos <sprout@cpan.org>
Sun, 11 Aug 2013 19:05:49 +0000 (12:05 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 11 Aug 2013 19:05:49 +0000 (12:05 -0700)
sv.c

diff --git a/sv.c b/sv.c
index 9871b4e..2cb036e 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -13330,8 +13330,6 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags,
     PL_cryptseen       = proto_perl->Icryptseen;
 #endif
 
-    PL_hints           = proto_perl->Ihints;
-
 #ifdef USE_LOCALE_COLLATE
     PL_collation_ix    = proto_perl->Icollation_ix;
     PL_collation_standard      = proto_perl->Icollation_standard;