diff options
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -137,15 +137,6 @@ static I32 read_e_script(pTHX_ int idx, SV *buf_sv, int maxlen); #endif #endif -#ifndef NO_MATHOMS -/* This reference ensures that the mathoms are linked with perl */ -extern void Perl_mathoms(void); -void Perl_mathoms_ref(void); -void Perl_mathoms_ref(void) { - Perl_mathoms(); -} -#endif - static void S_init_tls_and_interp(PerlInterpreter *my_perl) { |