From 4e98265768888417018b442d47b9fdfffe13850f Mon Sep 17 00:00:00 2001 From: Tyler Reddy Date: Mon, 29 Oct 2018 14:40:20 -0700 Subject: MAINT: removed unused vars in f2py test code --- numpy/f2py/src/test/foomodule.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/f2py') diff --git a/numpy/f2py/src/test/foomodule.c b/numpy/f2py/src/test/foomodule.c index d7ecc2519..733fab0be 100644 --- a/numpy/f2py/src/test/foomodule.c +++ b/numpy/f2py/src/test/foomodule.c @@ -116,8 +116,6 @@ static PyMethodDef foo_module_methods[] = { void initfoo() { int i; PyObject *m, *d, *s; - PyTypeObject *t; - PyObject *f; import_array(); m = Py_InitModule("foo", foo_module_methods); -- cgit v1.2.1