summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/regexp.h b/regexp.h
index 4b3c7bff91..d1f7a01073 100644
--- a/regexp.h
+++ b/regexp.h
@@ -581,7 +581,6 @@ get_regex_charset_name(const U32 flags, STRLEN* const lenp)
typedef struct {
REGEXP *prog;
- char *bol;
const char * strbeg; /* real start of string */
char *strend; /* one byte beyond last char of match string */
char *till;