From 43806eefdf9d9400425ff74ec25ec461b09dc0ef Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 23 Nov 2019 16:04:29 +0000 Subject: [PATCH] field.c: Delete the completely unused `getfe' function. It was introduced in the original commit, and never used at all. --- catacomb-python.h | 1 - 1 file changed, 1 deletion(-) diff --git a/catacomb-python.h b/catacomb-python.h index 517ec0b..c272b53 100644 --- 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 -- 2.11.0