Skip to content

Commit e47c7c3

Browse files
committed
[ModelicaSystemDoE] remove unused code
1 parent e4aba20 commit e47c7c3

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
@@ -2010,7 +2010,6 @@ def simulate(
20102010

20112011
def worker(worker_id, task_queue):
20122012
while True:
2013-
mscmd: Optional[ModelicaSystemCmd] = None
20142013
try:
20152014
# Get the next task from the queue
20162015
mscmd = task_queue.get(block=False)

0 commit comments

Comments
 (0)