diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-26 11:57:59 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-26 11:57:59 +0000 |
commit | 7d0905b9233398f3457f3ad755f2e0ad2e0e3d95 (patch) | |
tree | cb196e96d195432ea9e906f86dd8f0be735c208d /op.c | |
parent | 2e58fc35b9246b8e4af62c2038aca4ea0312f6d8 (diff) | |
download | perl-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.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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; |