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 /mathoms.c | |
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 'mathoms.c')
-rw-r--r-- | mathoms.c | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -697,17 +697,6 @@ Perl_init_i18nl14n(pTHX_ int printwarn) return init_i18nl10n(printwarn); } -OP * -Perl_oopsCV(pTHX_ OP *o) -{ - PERL_ARGS_ASSERT_OOPSCV; - - Perl_croak(aTHX_ "NOT IMPL LINE %d",__LINE__); - /* STUB */ - PERL_UNUSED_ARG(o); - NORETURN_FUNCTION_END; -} - PP(pp_padany) { DIE(aTHX_ "NOT IMPL LINE %d",__LINE__); |