summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-03-19 20:30:04 +0000
committerDavid Mitchell <davem@iabyn.com>2015-03-30 12:05:23 +0100
commit7c6e85ad045c7a9841bf1c62d1dd22bf1705a168 (patch)
tree5f3048a7abc4568a795bcd054a08cc87bde86324 /mathoms.c
parent81baec7793948a407103a7d8ae91755bede993bd (diff)
downloadperl-7c6e85ad045c7a9841bf1c62d1dd22bf1705a168.tar.gz
Revert "Mathomise save_re_context"
This reverts commit 0ddd4a5b1910c8bfa9b7e55eb0db60a115fe368c. Turns out we need the save_re_context() function after all.
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mathoms.c b/mathoms.c
index bcce2ca744..d659883f34 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -1792,12 +1792,6 @@ Perl_utf8_to_uvuni(pTHX_ const U8 *s, STRLEN *retlen)
return NATIVE_TO_UNI(valid_utf8_to_uvchr(s, retlen));
}
-void
-Perl_save_re_context(pTHX)
-{
- PERL_UNUSED_CONTEXT;
-}
-
/*
=for apidoc Am|HV *|pad_compname_type|PADOFFSET po