summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-05-20 11:32:25 +0200
committerNicholas Clark <nick@ccl4.org>2009-05-20 11:33:21 +0200
commitefb0071775238a7ca34b142838911d57320e638c (patch)
treeb9f22d2b38254e6bd15f5bdd9cad7b4cf8f24d80 /sv.c
parentefa50c51e3301a2ca8be765fedfdae78eff1615b (diff)
downloadperl-efb0071775238a7ca34b142838911d57320e638c.tar.gz
Remove binary compatibility scaffolding for the change to PL_bitcount.
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 5ba9ba23bf..aab9fa0d67 100644
--- a/sv.c
+++ b/sv.c
@@ -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);