Remove unused and non-PEP-related entry from PyBufferProcs

This commit is contained in:
Travis E. Oliphant 2008-02-19 18:03:53 +00:00
parent 7131fd957d
commit 7d7f66b534
1 changed files with 0 additions and 1 deletions

View File

@ -277,7 +277,6 @@ typedef struct {
typedef struct {
getbufferproc bf_getbuffer;
releasebufferproc bf_releasebuffer;
inquiry bf_multisegment;
} PyBufferProcs;
typedef void (*freefunc)(void *);