summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/object.h b/Include/object.h
index 5fc8ccb..a2aadb6 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 *);