X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/e66c171545301da1055bc96f19393de0f7b5a5e0..cc6c00616ffb4e7bdf81d5d186ea91b61b304ff1:/pypol/_islhelper.c?ds=sidebyside diff --git a/pypol/_islhelper.c b/pypol/_islhelper.c index 47ee1be..7751125 100644 --- a/pypol/_islhelper.c +++ b/pypol/_islhelper.c @@ -138,10 +138,8 @@ PyMODINIT_FUNC PyInit__islhelper(void) { if (m == NULL) { return NULL; } - if (PyModule_AddObject(m, "dim_set", PyLong_FromLong(isl_dim_set)) == -1) { return NULL; } - return m; }