diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-02-20 22:39:56 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-02-20 22:39:56 +0000 |
commit | 9784f5f42a6fe727d098291f8a63216b4e07c6bb (patch) | |
tree | 4d9a0d981380ce6584c70b42ab9b003ba4933403 /op.c | |
parent | 1518d620d80f21c46a5f3757b2ebf28b92c1d602 (diff) | |
download | perl-9784f5f42a6fe727d098291f8a63216b4e07c6bb.tar.gz |
Eliminate ck_lengthconst.
p4raw-id: //depot/perl@33338
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -7124,15 +7124,6 @@ Perl_ck_index(pTHX_ OP *o) } OP * -Perl_ck_lengthconst(pTHX_ OP *o) -{ - PERL_ARGS_ASSERT_CK_LENGTHCONST; - - /* XXX length optimization goes here */ - return ck_fun(o); -} - -OP * Perl_ck_lfun(pTHX_ OP *o) { const OPCODE type = o->op_type; |