diff options
| author | Jay Bourque <jay.bourque@continuum.io> | 2013-05-10 15:00:31 -0500 |
|---|---|---|
| committer | Jay Bourque <jay.bourque@continuum.io> | 2013-05-14 18:02:22 -0500 |
| commit | 59048190120cbced237453ace109d876d0814cee (patch) | |
| tree | f361c74ed9efd69e5490346df742383afd6e8f3d /numpy | |
| parent | b9f5e8faf8bf7ba9030511e77b0e65581505d620 (diff) | |
| download | numpy-59048190120cbced237453ace109d876d0814cee.tar.gz | |
Remove unneeded code
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/core/src/umath/struct_ufunc_test.c.src | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/numpy/core/src/umath/struct_ufunc_test.c.src b/numpy/core/src/umath/struct_ufunc_test.c.src index 774a44487..cc7de1f46 100644 --- a/numpy/core/src/umath/struct_ufunc_test.c.src +++ b/numpy/core/src/umath/struct_ufunc_test.c.src @@ -51,14 +51,6 @@ static void add_uint64_triplet(char **args, npy_intp *dimensions, } } -/* This a pointer to the above function */ -PyUFuncGenericFunction funcs[1] = {&add_uint64_triplet}; - -/* These are the input and return dtypes of add_uint64_triplet. */ -static char types[3] = {NPY_UINT64, NPY_UINT64, NPY_UINT64}; - -static void *data[1] = {NULL}; - #if defined(NPY_PY3K) static struct PyModuleDef moduledef = { PyModuleDef_HEAD_INIT, |
