summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-26 11:57:59 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-26 11:57:59 +0000
commit7d0905b9233398f3457f3ad755f2e0ad2e0e3d95 (patch)
treecb196e96d195432ea9e906f86dd8f0be735c208d /op.c
parent2e58fc35b9246b8e4af62c2038aca4ea0312f6d8 (diff)
downloadperl-7d0905b9233398f3457f3ad755f2e0ad2e0e3d95.tar.gz
Replace Perl_my() with a small shell script. er. macro.
p4raw-id: //depot/perl@34917
Diffstat (limited to 'op.c')
-rw-r--r--op.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/op.c b/op.c
index 102c20e455..28440e0e33 100644
--- a/op.c
+++ b/op.c
@@ -2152,14 +2152,6 @@ Perl_my_attrs(pTHX_ OP *o, OP *attrs)
}
OP *
-Perl_my(pTHX_ OP *o)
-{
- PERL_ARGS_ASSERT_MY;
-
- return my_attrs(o, NULL);
-}
-
-OP *
Perl_sawparens(pTHX_ OP *o)
{
PERL_UNUSED_CONTEXT;