summaryrefslogtreecommitdiff
path: root/numpy/core/src/scalarmathmodule.c.src
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/scalarmathmodule.c.src')
-rw-r--r--numpy/core/src/scalarmathmodule.c.src3
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/core/src/scalarmathmodule.c.src b/numpy/core/src/scalarmathmodule.c.src
index b574d2c4a..2caf9f6c0 100644
--- a/numpy/core/src/scalarmathmodule.c.src
+++ b/numpy/core/src/scalarmathmodule.c.src
@@ -1192,9 +1192,8 @@ static struct PyMethodDef methods[] = {
};
PyMODINIT_FUNC initscalarmath(void) {
- PyObject *m;
- m = Py_InitModule("scalarmath", methods);
+ Py_InitModule("scalarmath", methods);
import_array();
import_umath();