diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-05-22 14:37:43 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-07-13 01:12:47 -0700 |
commit | 92881630ff6dcc5a9e9d81b401608c569c3e67b7 (patch) | |
tree | c389e235819aa0ca67e9cace6d21b54bc963d452 /mg.c | |
parent | 3a69dad21b36726c1abaee5f4bc07deb88e8bbb3 (diff) | |
download | perl-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.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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> |