Remove unused define.

This commit is contained in:
Mark Dickinson 2010-04-03 14:24:58 +00:00
parent 98127c3716
commit 77e2b67971
1 changed files with 0 additions and 2 deletions

View File

@ -132,7 +132,6 @@ get_long(PyObject *v, long *p)
/* Same, but handling unsigned long */
#ifndef PY_STRUCT_OVERFLOW_MASKING
static int
get_ulong(PyObject *v, unsigned long *p)
{
@ -153,7 +152,6 @@ get_ulong(PyObject *v, unsigned long *p)
*p = x;
return 0;
}
#endif /* PY_STRUCT_OVERFLOW_MASKING */
#ifdef HAVE_LONG_LONG