Skip to content

Commit c9fded7

Browse files
committed
[ModelicaSystemDoE] remove unused code
1 parent 76df7a0 commit c9fded7

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
@@ -1885,7 +1885,6 @@ def simulate(
18851885

18861886
def worker(worker_id, task_queue):
18871887
while True:
1888-
mscmd: Optional[ModelicaSystemCmd] = None
18891888
try:
18901889
# Get the next task from the queue
18911890
mscmd = task_queue.get(block=False)

0 commit comments

Comments
 (0)