kill capsule names that we don't need anymore
diff --git a/Python/getargs.c b/Python/getargs.c
index ba677b4..38eec17 100644
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -140,10 +140,6 @@
/* Handle cleanup of allocated memory in case of exception */
-#define GETARGS_CAPSULE_NAME_CLEANUP_PTR "getargs.cleanup_ptr"
-#define GETARGS_CAPSULE_NAME_CLEANUP_BUFFER "getargs.cleanup_buffer"
-#define GETARGS_CAPSULE_NAME_CLEANUP_CONVERT "getargs.cleanup_convert"
-
static int
cleanup_ptr(PyObject *self, void *ptr)
{