From: Travis E. Oliphant Date: Tue, 19 Feb 2008 18:03:53 +0000 (+0000) Subject: Remove unused and non-PEP-related entry from PyBufferProcs X-Git-Tag: v3.0a3~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d7f66b534d7ea80af44b470885aed3df282fa2d;p=thirdparty%2FPython%2Fcpython.git Remove unused and non-PEP-related entry from PyBufferProcs --- diff --git a/Include/object.h b/Include/object.h index 5fc8ccb6aef9..a2aadb6f1608 100644 --- a/Include/object.h +++ b/Include/object.h @@ -277,7 +277,6 @@ typedef struct { typedef struct { getbufferproc bf_getbuffer; releasebufferproc bf_releasebuffer; - inquiry bf_multisegment; } PyBufferProcs; typedef void (*freefunc)(void *);