summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-26 23:50:06 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-26 23:50:06 +0000
commit6702284617d8c80196d105d0d999663377cec94b (patch)
tree3f9e6d2bf2b69d2458716bbbf44acde97bfe7dcc /op.c
parentaf41e527c8e130b652c27870cfc5eef3f1e00711 (diff)
downloadperl-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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/op.c b/op.c
index 89a31ed6c5..d80aa95edd 100644
--- a/op.c
+++ b/op.c
@@ -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)
{