diff options
author | David Mitchell <davem@iabyn.com> | 2012-05-26 16:32:46 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2012-06-13 13:32:54 +0100 |
commit | b8f09ee740c86f0392e35bb465505af16b9488cb (patch) | |
tree | be831459053d5462343a6a5a428c9922c67a0f29 /regexec.c | |
parent | 804888bc14896c15c367c0185acbf1960a53d09b (diff) | |
download | perl-b8f09ee740c86f0392e35bb465505af16b9488cb.tar.gz |
Remove redundant comment.
PL_reglastparen and PL_reglastcloseparen have been removed
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |