diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-26 22:44:03 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-26 22:44:03 +0000 |
commit | b429380fd7d54c14783866916eff039809949692 (patch) | |
tree | 6ed1eac49dc48b5af3b9cbd2ff6347e132b9ed68 /embed.h | |
parent | aec08fdf1cbafdae7e2d5b94ea4ce3d52f2c4c72 (diff) | |
download | perl-b429380fd7d54c14783866916eff039809949692.tar.gz |
Perl_oopsCV() is not part of the public API, not used anywhere, so can
go.
p4raw-id: //depot/perl@34937
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -618,9 +618,6 @@ #define nextargv Perl_nextargv #endif #define ninstr Perl_ninstr -#ifdef PERL_CORE -#define oopsCV Perl_oopsCV -#endif #define op_free Perl_op_free #ifdef PERL_MAD #ifdef PERL_CORE @@ -2967,9 +2964,6 @@ #define nextargv(a) Perl_nextargv(aTHX_ a) #endif #define ninstr(a,b,c,d) Perl_ninstr(aTHX_ a,b,c,d) -#ifdef PERL_CORE -#define oopsCV(a) Perl_oopsCV(aTHX_ a) -#endif #define op_free(a) Perl_op_free(aTHX_ a) #ifdef PERL_MAD #ifdef PERL_CORE |