summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-05-20 23:56:30 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-05-20 23:56:30 +0000
commit95ca8690fb514421b98da534c91bfd455c9daabc (patch)
tree9fd8976fcc88e752e6dad70da878d20df9048699 /perlapi.h
parent907b3e23950be4dd31c150e1902fbd26201355bd (diff)
downloadperl-95ca8690fb514421b98da534c91bfd455c9daabc.tar.gz
delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv
and fix 'duplicate symbol' warnings from embed.pl for utf8cache and sh_path p4raw-id: //depot/perl@31246
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/perlapi.h b/perlapi.h
index 9ac642f9a6..7007543519 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -174,8 +174,6 @@ END_EXTERN_C
#define PL_argvout_stack (*Perl_Iargvout_stack_ptr(aTHX))
#undef PL_argvoutgv
#define PL_argvoutgv (*Perl_Iargvoutgv_ptr(aTHX))
-#undef PL_av_fetch_sv
-#define PL_av_fetch_sv (*Perl_Iav_fetch_sv_ptr(aTHX))
#undef PL_basetime
#define PL_basetime (*Perl_Ibasetime_ptr(aTHX))
#undef PL_beginav
@@ -354,8 +352,6 @@ END_EXTERN_C
#define PL_hints (*Perl_Ihints_ptr(aTHX))
#undef PL_hv_fetch_ent_mh
#define PL_hv_fetch_ent_mh (*Perl_Ihv_fetch_ent_mh_ptr(aTHX))
-#undef PL_hv_fetch_sv
-#define PL_hv_fetch_sv (*Perl_Ihv_fetch_sv_ptr(aTHX))
#undef PL_in_clean_all
#define PL_in_clean_all (*Perl_Iin_clean_all_ptr(aTHX))
#undef PL_in_clean_objs