summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-26 22:44:03 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-26 22:44:03 +0000
commitb429380fd7d54c14783866916eff039809949692 (patch)
tree6ed1eac49dc48b5af3b9cbd2ff6347e132b9ed68 /mathoms.c
parentaec08fdf1cbafdae7e2d5b94ea4ce3d52f2c4c72 (diff)
downloadperl-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.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/mathoms.c b/mathoms.c
index a65a99f514..179c608698 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -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__);