diff options
Diffstat (limited to 'Include/formatter_unicode.h')
-rw-r--r-- | Include/formatter_unicode.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Include/formatter_unicode.h b/Include/formatter_unicode.h deleted file mode 100644 index ccca883..0000000 --- a/Include/formatter_unicode.h +++ /dev/null @@ -1,9 +0,0 @@ -PyObject * -unicode_unicode__format__(PyObject *self, PyObject *args); - -PyObject * -unicode_long__format__(PyObject *self, PyObject *args); - -PyObject * -unicode_float__format__(PyObject *self, PyObject *args); - |