commit | 7d7f66b534d7ea80af44b470885aed3df282fa2d | [log] [tgz] |
---|---|---|
author | Travis E. Oliphant <oliphant@enthought.com> | Tue Feb 19 18:03:53 2008 +0000 |
committer | Travis E. Oliphant <oliphant@enthought.com> | Tue Feb 19 18:03:53 2008 +0000 |
tree | d91137526eecb67b586766661ccad5330a3f6399 | |
parent | 7131fd957d9614b052ee6f7d367e51ae6da9a867 [diff] |
Remove unused and non-PEP-related entry from PyBufferProcs
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 { getbufferproc bf_getbuffer; releasebufferproc bf_releasebuffer; - inquiry bf_multisegment; } PyBufferProcs; typedef void (*freefunc)(void *);