summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-05-18 15:44:03 +0100
committerDavid Mitchell <davem@iabyn.com>2013-06-02 22:28:51 +0100
commit561a1286da8d6e97ab88d2779df6dcef8e6f07c0 (patch)
tree2495a438df6c35d0adcff28771129f327dc0c4f7 /regexp.h
parent9d9163fbc178eb6f6e9de0a828f30b72ecd36fc2 (diff)
downloadperl-561a1286da8d6e97ab88d2779df6dcef8e6f07c0.tar.gz
remove unused reginfo->bol field
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;