summaryrefslogtreecommitdiffstats
path: root/Include/formatter_unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/formatter_unicode.h')
-rw-r--r--Include/formatter_unicode.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Include/formatter_unicode.h b/Include/formatter_unicode.h
deleted file mode 100644
index 51406ab..0000000
--- a/Include/formatter_unicode.h
+++ /dev/null
@@ -1,12 +0,0 @@
-PyObject *
-unicode__format__(PyObject *self, PyObject *args);
-
-PyObject *
-unicode_long__format__(PyObject *self, PyObject *args);
-
-PyObject *
-unicode_int__format__(PyObject *self, PyObject *args);
-
-PyObject *
-unicode_float__format__(PyObject *self, PyObject *args);
-