summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/regexec.c b/regexec.c
index fc078cf11b..ec6886a7bc 100644
--- a/regexec.c
+++ b/regexec.c
@@ -141,10 +141,8 @@ static const char* const non_utf8_target_but_utf8_required
#define LOAD_UTF8_CHARCLASS(swash_ptr, property_name) STMT_START { \
if (!swash_ptr) { \
U8 flags = _CORE_SWASH_INIT_ACCEPT_INVLIST; \
- ENTER; save_re_context(); \
swash_ptr = _core_swash_init("utf8", property_name, &PL_sv_undef, \
1, 0, NULL, &flags); \
- LEAVE; \
assert(swash_ptr); \
} \
} STMT_END