Skip to content

Commit 7355251

Browse files
committed
[ModelicaSystemDoE] remove unused code
1 parent ce7b6f5 commit 7355251

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

OMPython/ModelicaSystem.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,6 @@ def simulate(
19901990

19911991
def worker(worker_id, task_queue):
19921992
while True:
1993-
mscmd: Optional[ModelicaSystemCmd] = None
19941993
try:
19951994
# Get the next task from the queue
19961995
mscmd = task_queue.get(block=False)

0 commit comments

Comments
 (0)