From 333a5bb32bf4cf0cf27c25017342c24deaadcfed Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 23 Sep 2016 08:03:39 +0200 Subject: [PATCH] python/ext/aubiomodule.c: remove duplicate add_generated_objects --- python/ext/aubiomodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/python/ext/aubiomodule.c b/python/ext/aubiomodule.c index 616dc759..917d0d2e 100644 --- a/python/ext/aubiomodule.c +++ b/python/ext/aubiomodule.c @@ -74,7 +74,6 @@ static char Py_min_removal_doc[] = "" "\n" ">>> min_removal(a)"; -extern void add_generated_objects ( PyObject *m ); extern void add_ufuncs ( PyObject *m ); extern int generated_types_ready(void); -- 2.11.0