summaryrefslogtreecommitdiff
path: root/mg.c
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 /mg.c
parent3a69dad21b36726c1abaee5f4bc07deb88e8bbb3 (diff)
downloadperl-92881630ff6dcc5a9e9d81b401608c569c3e67b7.tar.gz
Remove mg.c:_get_encoding
Nothing uses it now, and it does nothing.
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mg.c b/mg.c
index 2537f74d23..0a93cb86cf 100644
--- a/mg.c
+++ b/mg.c
@@ -766,12 +766,6 @@ S_fixup_errno_string(pTHX_ SV* sv)
}
}
-SV*
-Perl__get_encoding(pTHX)
-{
- return NULL;
-}
-
#ifdef VMS
#include <descrip.h>
#include <starlet.h>