summaryrefslogtreecommitdiff
path: root/Tools/modulator/Templates/object_tp_call
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/modulator/Templates/object_tp_call')
-rw-r--r--Tools/modulator/Templates/object_tp_call7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tools/modulator/Templates/object_tp_call b/Tools/modulator/Templates/object_tp_call
deleted file mode 100644
index a93f17fd61..0000000000
--- a/Tools/modulator/Templates/object_tp_call
+++ /dev/null
@@ -1,7 +0,0 @@
-
-static PyObject *
-$abbrev$_call($abbrev$object *self, PyObject *args, PyObject *kwargs)
-{
- /* XXXX Return the result of calling self with argument args */
-}
-