]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove unused and non-PEP-related entry from PyBufferProcs
authorTravis E. Oliphant <oliphant@enthought.com>
Tue, 19 Feb 2008 18:03:53 +0000 (18:03 +0000)
committerTravis E. Oliphant <oliphant@enthought.com>
Tue, 19 Feb 2008 18:03:53 +0000 (18:03 +0000)
Include/object.h

index 5fc8ccb6aef9de05159511c0bbca0f0d17150da4..a2aadb6f1608eacbce8d40348d56116fd114c8e7 100644 (file)
@@ -277,7 +277,6 @@ typedef struct {
 typedef struct {
      getbufferproc bf_getbuffer;
      releasebufferproc bf_releasebuffer;
-     inquiry bf_multisegment;
 } PyBufferProcs;
 
 typedef void (*freefunc)(void *);