kill capsule names that we don't need anymore

This commit is contained in:
Benjamin Peterson 2012-03-16 12:24:01 -05:00
parent f7c132158d
commit eb74918685
1 changed files with 0 additions and 4 deletions

View File

@ -140,10 +140,6 @@ _PyArg_VaParse_SizeT(PyObject *args, char *format, va_list va)
/* 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)
{