Commit 0d3bd24e authored by Travis E. Oliphant's avatar Travis E. Oliphant

Remove unused and non-PEP-related entry from PyBufferProcs

parent 44b90ec8
...@@ -277,7 +277,6 @@ typedef struct { ...@@ -277,7 +277,6 @@ typedef struct {
typedef struct { typedef struct {
getbufferproc bf_getbuffer; getbufferproc bf_getbuffer;
releasebufferproc bf_releasebuffer; releasebufferproc bf_releasebuffer;
inquiry bf_multisegment;
} PyBufferProcs; } PyBufferProcs;
typedef void (*freefunc)(void *); typedef void (*freefunc)(void *);
......
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