X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/5a8e09e71168fe25cf699991936fda5094086054..f933aea6fd6030396e0305dd169753a5d1c9b90e:/pypol/_islhelper.c 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; }