diff options
Diffstat (limited to 'numpy/core/blasdot')
-rw-r--r-- | numpy/core/blasdot/_dotblas.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/blasdot/_dotblas.c b/numpy/core/blasdot/_dotblas.c index 89ff6a353..a6dcd98c9 100644 --- a/numpy/core/blasdot/_dotblas.c +++ b/numpy/core/blasdot/_dotblas.c @@ -343,7 +343,6 @@ dotblas_matrixproduct(PyObject *dummy, PyObject *args) subtype = ap1->ob_type; } - if (l==0) nd = 0; ret = (PyArrayObject *)PyArray_New(subtype, nd, dimensions, typenum, NULL, NULL, 0, 0, (PyObject *) |