diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-05-20 11:32:25 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-05-20 11:33:21 +0200 |
commit | efb0071775238a7ca34b142838911d57320e638c (patch) | |
tree | b9f22d2b38254e6bd15f5bdd9cad7b4cf8f24d80 /sv.c | |
parent | efa50c51e3301a2ca8be765fedfdae78eff1615b (diff) | |
download | perl-efb0071775238a7ca34b142838911d57320e638c.tar.gz |
Remove binary compatibility scaffolding for the change to PL_bitcount.
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12176,7 +12176,6 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags, PL_glob_index = proto_perl->Iglob_index; PL_srand_called = proto_perl->Isrand_called; - my_perl->Ibitcount = NULL; /* no longer used */ if (proto_perl->Ipsig_pend) { Newxz(PL_psig_pend, SIG_SIZE, int); |