chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
field.c: Delete the completely unused `getfe' function.
[catacomb-python]
/
catacomb-python.h
diff --git
a/catacomb-python.h
b/catacomb-python.h
index 517ec0b95a80e94135a415e8394cd360374225a8..c272b530a6bcdd2054c79df38f131ebacb6ecaab 100644
(file)
--- a/
catacomb-python.h
+++ b/
catacomb-python.h
@@
-372,7
+372,6
@@
extern PyTypeObject *fe_pytype;
#define FE_FOBJ(o) ((PyObject *)(o)->ob_type)
#define FE_X(o) (((fe_pyobj *)(o))->x)
extern PyObject *fe_pywrap(PyObject *, mp *);
-extern mp *getfe(field *, PyObject *);
typedef struct fe_pyobj {
PyObject_HEAD