summaryrefslogtreecommitdiff
path: root/ext/B/B.xs
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-10-31 09:31:31 +0000
committerNicholas Clark <nick@ccl4.org>2010-10-31 09:31:31 +0000
commit5c139ca2cc2e9a3a8f85a392aa64942df8953005 (patch)
treeefeb6ac9fb476f02ac63957a27c088a11ce0aa78 /ext/B/B.xs
parentb26196265106201a37b75ba3f041080e8a030290 (diff)
downloadperl-5c139ca2cc2e9a3a8f85a392aa64942df8953005.tar.gz
Remove the variables stash and export_ok from the BOOT block in B.xs
These are no longer needed since commit b1826b71659a2c08 changed how B was generating its exported constants.
Diffstat (limited to 'ext/B/B.xs')
-rw-r--r--ext/B/B.xs2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/B/B.xs b/ext/B/B.xs
index a98f765d57..872d3997ba 100644
--- a/ext/B/B.xs
+++ b/ext/B/B.xs
@@ -597,8 +597,6 @@ PROTOTYPES: DISABLE
BOOT:
{
- HV *stash = gv_stashpvs("B", GV_ADD);
- AV *export_ok = perl_get_av("B::EXPORT_OK", GV_ADD);
MY_CXT_INIT;
specialsv_list[0] = Nullsv;
specialsv_list[1] = &PL_sv_undef;