summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2020-03-11 14:29:40 +0000
committerHugo van der Sanden <hv@crypt.org>2020-03-11 14:29:40 +0000
commit57cc428a3a2282afc9c7378a60c3a81b7869a09c (patch)
tree205ec613b862cd88dc6fd37a7714cee6b2852bf1 /regexp.h
parentf8a1a9ccde590b03b5df1c4544bd7a1c4302f5d7 (diff)
downloadperl-57cc428a3a2282afc9c7378a60c3a81b7869a09c.tar.gz
regexp.h: remove redundant comment
14 years of churn have so far removed this comment from its original referents that it has no current relevance.
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/regexp.h b/regexp.h
index c85060af25..7a730800db 100644
--- a/regexp.h
+++ b/regexp.h
@@ -148,9 +148,6 @@ typedef struct regexp {
SSize_t sublen; /* Length of string pointed by subbeg */
SSize_t suboffset; /* byte offset of subbeg from logical start of str */
SSize_t subcoffset; /* suboffset equiv, but in chars (for @-/@+) */
-
- /* Information about the match that isn't often used */
-
SSize_t maxlen; /* minimum possible number of chars in string to match */
/*---------------------------------------------------------------------- */