X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/2b3c6f898db2c17e3be955707629645bbeff91c0..2c6add2e9a2fbc48a6421ecd22f2f7fa9cbb15a0:/pypol/_islhelper.c?ds=sidebyside diff --git a/pypol/_islhelper.c b/pypol/_islhelper.c index 37e7c31..7e2408e 100644 --- a/pypol/_islhelper.c +++ b/pypol/_islhelper.c @@ -36,7 +36,6 @@ static PyObject * isl_basic_set_constraints(PyObject *self, PyObject* args) { return NULL; } bset = (isl_basic_set *) ptr; - bset = isl_basic_set_finalize(bset); // this instruction should not be required n = isl_basic_set_n_constraint(bset); if (n == -1) { PyErr_SetString(PyExc_RuntimeError,