From 23c5cbbddec66063f1cc44cc06045a39a119b3d6 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Thu, 14 Apr 2016 12:36:11 +0300 Subject: fs_unicode_converter is no longer used. --- Python/import.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Python/import.c b/Python/import.c index 0608924..6d71f2a 100644 --- a/Python/import.c +++ b/Python/import.c @@ -38,14 +38,6 @@ module _imp #include "clinic/import.c.h" -/*[python input] -class fs_unicode_converter(CConverter): - type = 'PyObject *' - converter = 'PyUnicode_FSDecoder' - -[python start generated code]*/ -/*[python end generated code: output=da39a3ee5e6b4b0d input=9d6786230166006e]*/ - /* Initialize things */ void -- cgit v0.12