summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */
/*---------------------------------------------------------------------- */