summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2012-05-26 16:32:46 +0100
committerDavid Mitchell <davem@iabyn.com>2012-06-13 13:32:54 +0100
commitb8f09ee740c86f0392e35bb465505af16b9488cb (patch)
treebe831459053d5462343a6a5a428c9922c67a0f29 /regexec.c
parent804888bc14896c15c367c0185acbf1960a53d09b (diff)
downloadperl-b8f09ee740c86f0392e35bb465505af16b9488cb.tar.gz
Remove redundant comment.
PL_reglastparen and PL_reglastcloseparen have been removed
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 1c20c54eba..8f8e4f0295 100644
--- a/regexec.c
+++ b/regexec.c
@@ -4496,7 +4496,6 @@ S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog)
ST.cp = regcppush(rex, 0); /* Save *all* the positions. */
REGCP_SET(ST.lastcp);
- /* see regtry, specifically PL_reglast(?:close)?paren is a pointer! (i dont know why) :dmq */
re->lastparen = 0;
re->lastcloseparen = 0;