summaryrefslogtreecommitdiff
path: root/embed.pl
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 /embed.pl
parentefa50c51e3301a2ca8be765fedfdae78eff1615b (diff)
downloadperl-efb0071775238a7ca34b142838911d57320e638c.tar.gz
Remove binary compatibility scaffolding for the change to PL_bitcount.
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index 0287c858f3..50da23207d 100755
--- a/embed.pl
+++ b/embed.pl
@@ -696,7 +696,6 @@ print $em do_not_edit ("embedvar.h"), <<'END';
END
for $sym (sort keys %intrp) {
- next if $sym eq 'bitcount';
print $em multon($sym,'I','vTHX->');
}