From aeb972aca4c6496e0d671c75a6cb35de817dc080 Mon Sep 17 00:00:00 2001 From: PeterMeisrimelModelon <92585725+PeterMeisrimelModelon@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:24:16 +0100 Subject: [PATCH] romving unused variable --- src/pyfmi/master.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyfmi/master.pyx b/src/pyfmi/master.pyx index b68ec993..4d0a9a89 100644 --- a/src/pyfmi/master.pyx +++ b/src/pyfmi/master.pyx @@ -87,7 +87,7 @@ cdef perform_do_step_parallel(list models, FMIL.fmi2_import_t** model_addresses, Perform a do step on all the models. """ cdef int i, status = 0 - cdef int num_threads + # cdef int num_threads # cdef int id # cdef double time