summaryrefslogtreecommitdiffstats
path: root/Include/object.h
diff options
context:
space:
mode:
authorTravis E. Oliphant <oliphant@enthought.com>2008-02-19 18:03:53 (GMT)
committerTravis E. Oliphant <oliphant@enthought.com>2008-02-19 18:03:53 (GMT)
commit7d7f66b534d7ea80af44b470885aed3df282fa2d (patch)
treed91137526eecb67b586766661ccad5330a3f6399 /Include/object.h
parent7131fd957d9614b052ee6f7d367e51ae6da9a867 (diff)
downloadcpython-7d7f66b534d7ea80af44b470885aed3df282fa2d.zip
cpython-7d7f66b534d7ea80af44b470885aed3df282fa2d.tar.gz
cpython-7d7f66b534d7ea80af44b470885aed3df282fa2d.tar.bz2
Remove unused and non-PEP-related entry from PyBufferProcs
Diffstat (limited to 'Include/object.h')
-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 *);