summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-01-09 22:10:42 +0100
committerYves Orton <demerphq@gmail.com>2023-01-15 13:46:02 +0100
commitb1ad323637ffe843cc851bc790fd31813638147d (patch)
tree215990e274a119a06ae31f0811423089bab9de74 /regcomp.c
parent0b5fb5dd6851cc2ffc94d9d28add98cc3f441ead (diff)
downloadperl-b1ad323637ffe843cc851bc790fd31813638147d.tar.gz
regcomp.h - get rid of EXTRA_STEP defines
They are unused these days.
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 4b8e99835e..d7b85fb9d0 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -12712,7 +12712,6 @@ S_reginsert(pTHX_ RExC_state_t *pRExC_state, const U8 op,
PERL_ARGS_ASSERT_REGINSERT;
PERL_UNUSED_CONTEXT;
PERL_UNUSED_ARG(depth);
-/* (REGNODE_TYPE((U8)op) == CURLY ? EXTRA_STEP_2ARGS : 0); */
DEBUG_PARSE_FMT("inst"," - %s", REGNODE_NAME(op));
assert(!RExC_study_started); /* I believe we should never use reginsert once we have started
studying. If this is wrong then we need to adjust RExC_recurse