Skip to content

Commit f9cceb8

Browse files
committed
[ModelicaSystemDoE] remove unused code
1 parent b1d0dda commit f9cceb8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

OMPython/ModelicaSystem.py

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

20002000
def worker(worker_id, task_queue):
20012001
while True:
2002-
mscmd: Optional[ModelicaSystemCmd] = None
20032002
try:
20042003
# Get the next task from the queue
20052004
mscmd = task_queue.get(block=False)

0 commit comments

Comments
 (0)