diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-04 17:06:03 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-04 18:14:54 -0700 |
commit | c947b31cf1422f59c2ed95f6d3de272c2793a60c (patch) | |
tree | 65c859626fc44a5014945b2a22b1f32971bbaba2 /embed.fnc | |
parent | 61b3e50d8dcb71970472bb2a7467f30042a9eaf5 (diff) | |
download | perl-c947b31cf1422f59c2ed95f6d3de272c2793a60c.tar.gz |
Do away with stashpv_hvname_match
For some reason this is listed in the API, even though it is not docu-
mented and is only available under ithreads.
It was added by commit ed221c5717, which doesn’t explain why it needed
to be part of the API. (Presumably because a public macro used it,
even though there are better ways to solve that.)
It is unused on CPAN and (now) in core, so there is no reason
to keep it.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2440,8 +2440,6 @@ np |void |my_swabn |NN void* ptr|int n Ap |GV* |gv_fetchpvn_flags|NN const char* name|STRLEN len|I32 flags|const svtype sv_type Ap |GV* |gv_fetchsv|NN SV *name|I32 flags|const svtype sv_type -ApR |bool |stashpv_hvname_match|NN const COP *c|NN const HV *hv - #ifdef DEBUG_LEAKING_SCALARS_FORK_DUMP : Used in sv.c p |void |dump_sv_child |NN SV *sv |