From efb0071775238a7ca34b142838911d57320e638c Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 20 May 2009 11:32:25 +0200 Subject: Remove binary compatibility scaffolding for the change to PL_bitcount. --- perl.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl.c') diff --git a/perl.c b/perl.c index 2c7a4c19ec..fa7a5e1b3e 100644 --- a/perl.c +++ b/perl.c @@ -1232,10 +1232,6 @@ perl_destruct(pTHXx) PL_psig_ptr = (SV**)NULL; Safefree(PL_psig_name); PL_psig_name = (SV**)NULL; -#ifdef MULTIPLICITY - Safefree(my_perl->Ibitcount); - my_perl->Ibitcount = NULL; -#endif Safefree(PL_psig_pend); PL_psig_pend = (int*)NULL; PL_formfeed = NULL; -- cgit v1.2.1