diff options
author | David Mitchell <davem@iabyn.com> | 2015-03-19 20:30:04 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2015-03-30 12:05:23 +0100 |
commit | 7c6e85ad045c7a9841bf1c62d1dd22bf1705a168 (patch) | |
tree | 5f3048a7abc4568a795bcd054a08cc87bde86324 /mathoms.c | |
parent | 81baec7793948a407103a7d8ae91755bede993bd (diff) | |
download | perl-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.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |