diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-31 09:31:31 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-31 09:31:31 +0000 |
commit | 5c139ca2cc2e9a3a8f85a392aa64942df8953005 (patch) | |
tree | efeb6ac9fb476f02ac63957a27c088a11ce0aa78 /ext/B/B.xs | |
parent | b26196265106201a37b75ba3f041080e8a030290 (diff) | |
download | perl-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.xs | 2 |
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; |