diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-26 23:50:06 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-26 23:50:06 +0000 |
commit | 6702284617d8c80196d105d0d999663377cec94b (patch) | |
tree | 3f9e6d2bf2b69d2458716bbbf44acde97bfe7dcc /op.c | |
parent | af41e527c8e130b652c27870cfc5eef3f1e00711 (diff) | |
download | perl-6702284617d8c80196d105d0d999663377cec94b.tar.gz |
Note where (nearly) all the other private non-static functions are used.
p4raw-id: //depot/perl@34942
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -848,7 +848,6 @@ S_scalarboolean(pTHX_ OP *o) return scalar(o); } -/* This is used in S_doeval in pp_ctl.c */ OP * Perl_scalar(pTHX_ OP *o) { @@ -922,7 +921,6 @@ Perl_scalar(pTHX_ OP *o) return o; } -/* This is used in S_doeval in pp_ctl.c */ OP * Perl_scalarvoid(pTHX_ OP *o) { @@ -1218,7 +1216,6 @@ S_listkids(pTHX_ OP *o) return o; } -/* This is used in S_doeval in pp_ctl.c */ OP * Perl_list(pTHX_ OP *o) { @@ -2154,7 +2151,6 @@ Perl_my_attrs(pTHX_ OP *o, OP *attrs) return o; } -/* This is used in perly.y */ OP * Perl_sawparens(pTHX_ OP *o) { |