Kaydet (Commit) 77e2b679 authored tarafından Mark Dickinson's avatar Mark Dickinson

Remove unused define.

üst 98127c37
...@@ -132,7 +132,6 @@ get_long(PyObject *v, long *p) ...@@ -132,7 +132,6 @@ get_long(PyObject *v, long *p)
/* Same, but handling unsigned long */ /* Same, but handling unsigned long */
#ifndef PY_STRUCT_OVERFLOW_MASKING
static int static int
get_ulong(PyObject *v, unsigned long *p) get_ulong(PyObject *v, unsigned long *p)
{ {
...@@ -153,7 +152,6 @@ get_ulong(PyObject *v, unsigned long *p) ...@@ -153,7 +152,6 @@ get_ulong(PyObject *v, unsigned long *p)
*p = x; *p = x;
return 0; return 0;
} }
#endif /* PY_STRUCT_OVERFLOW_MASKING */
#ifdef HAVE_LONG_LONG #ifdef HAVE_LONG_LONG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment