From 7d7f66b534d7ea80af44b470885aed3df282fa2d Mon Sep 17 00:00:00 2001 From: "Travis E. Oliphant" Date: Tue, 19 Feb 2008 18:03:53 +0000 Subject: Remove unused and non-PEP-related entry from PyBufferProcs --- Include/object.h | 1 - 1 file changed, 1 deletion(-) 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 *); -- cgit v0.12