summaryrefslogtreecommitdiffstats
path: root/Include/formatter_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/formatter_string.h')
-rw-r--r--Include/formatter_string.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Include/formatter_string.h b/Include/formatter_string.h
deleted file mode 100644
index 14c4811..0000000
--- a/Include/formatter_string.h
+++ /dev/null
@@ -1,12 +0,0 @@
-PyObject *
-string__format__(PyObject *self, PyObject *args);
-
-PyObject *
-string_long__format__(PyObject *self, PyObject *args);
-
-PyObject *
-string_int__format__(PyObject *self, PyObject *args);
-
-PyObject *
-string_float__format__(PyObject *self, PyObject *args);
-