diff options
author | Travis E. Oliphant <oliphant@enthought.com> | 2008-02-19 18:03:53 (GMT) |
---|---|---|
committer | Travis E. Oliphant <oliphant@enthought.com> | 2008-02-19 18:03:53 (GMT) |
commit | 7d7f66b534d7ea80af44b470885aed3df282fa2d (patch) | |
tree | d91137526eecb67b586766661ccad5330a3f6399 /Include | |
parent | 7131fd957d9614b052ee6f7d367e51ae6da9a867 (diff) | |
download | cpython-7d7f66b534d7ea80af44b470885aed3df282fa2d.zip cpython-7d7f66b534d7ea80af44b470885aed3df282fa2d.tar.gz cpython-7d7f66b534d7ea80af44b470885aed3df282fa2d.tar.bz2 |
Remove unused and non-PEP-related entry from PyBufferProcs
Diffstat (limited to 'Include')
-rw-r--r-- | Include/object.h | 1 |
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 *); |