Skip to content

Commit 10b5406

Browse files
committed
[ModelicaSystemDoE] remove unused code
1 parent bb746f7 commit 10b5406

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
@@ -1893,7 +1893,6 @@ def simulate(
18931893

18941894
def worker(worker_id, task_queue):
18951895
while True:
1896-
mscmd: Optional[ModelicaSystemCmd] = None
18971896
try:
18981897
# Get the next task from the queue
18991898
mscmd = task_queue.get(block=False)

0 commit comments

Comments
 (0)