summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-05-22 14:37:43 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-07-13 01:12:47 -0700
commit92881630ff6dcc5a9e9d81b401608c569c3e67b7 (patch)
treec389e235819aa0ca67e9cace6d21b54bc963d452 /embed.h
parent3a69dad21b36726c1abaee5f4bc07deb88e8bbb3 (diff)
downloadperl-92881630ff6dcc5a9e9d81b401608c569c3e67b7.tar.gz
Remove mg.c:_get_encoding
Nothing uses it now, and it does nothing.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index cf19da4759..a666cd3bd1 100644
--- a/embed.h
+++ b/embed.h
@@ -931,7 +931,6 @@
#define do_spawn_nowait(a) Perl_do_spawn_nowait(aTHX_ a)
#endif
#if defined(PERL_CORE) || defined(PERL_EXT)
-#define _get_encoding() Perl__get_encoding(aTHX)
#define _warn_problematic_locale Perl__warn_problematic_locale
#define av_reify(a) Perl_av_reify(aTHX_ a)
#define current_re_engine() Perl_current_re_engine(aTHX)