summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-02-19 14:35:49 +0100
committerNicholas Clark <nick@ccl4.org>2013-02-20 09:48:00 +0100
commitc5e13bf5ce9484aa5cbdcc8102718ee15d41c091 (patch)
treed5e112b1dc23abdbfca77e0cfe26945934d1aab5 /regexp.h
parent3f2ee99ade0c181233cf46892c1f80db54b71451 (diff)
downloadperl-c5e13bf5ce9484aa5cbdcc8102718ee15d41c091.tar.gz
Eliminate 'swap' from struct regexp_internal.
It's been unused since commit e9105d30edfbaa7f in July 2009.
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 9cdc009c2f..6f79be7349 100644
--- a/regexp.h
+++ b/regexp.h
@@ -119,7 +119,6 @@ struct reg_code_block {
/* during matching */ \
U32 lastparen; /* last open paren matched */ \
U32 lastcloseparen; /* last close paren matched */ \
- regexp_paren_pair *swap; /* Unused: 5.10.1 and later */ \
/* Array of offsets for (@-) and (@+) */ \
regexp_paren_pair *offs; \
/* saved or original string so \digit works forever. */ \