summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-11-05 18:04:06 -0700
committerKarl Williamson <khw@cpan.org>2020-11-06 08:27:52 -0700
commit6a7c980ac8335e24d2699070446931a93a55d51d (patch)
tree96650da897e538250e1f16eadbd7614930f56307 /intrpvar.h
parentd1b9805ed0a3e2e5eeb6d14466adb0cd9f9a0166 (diff)
downloadperl-6a7c980ac8335e24d2699070446931a93a55d51d.tar.gz
perlapi: PL_runops is documented in perlguts
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 4ca962389c..1ea21ca471 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -640,14 +640,6 @@ PERLVAR(I, debug, volatile U32) /* flags given to -D switch */
PERLVARI(I, padlist_generation, U32, 1) /* id to identify padlist clones */
-/*
-=for apidoc Amn|runops_proc_t|PL_runops
-
-See L<perlguts/Pluggable runops>.
-
-=cut
-*/
-
PERLVARI(I, runops, runops_proc_t, RUNOPS_DEFAULT)
PERLVAR(I, subname, SV *) /* name of current subroutine */