From f41cee3d84ebc90fe30f9ea9760e9a41a1a7ee2d Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 11 Aug 2013 12:05:49 -0700 Subject: [PATCH] Fix threaded build broken by 823ac2c80 --- sv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sv.c b/sv.c index 9871b4e..2cb036e 100644 --- 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; -- 2.7.4