Skip to content

Commit 26db60e

Browse files
committed
[ModelicaSystemDoE] remove unused code
1 parent b0eee45 commit 26db60e

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
@@ -2047,7 +2047,6 @@ def simulate(
20472047

20482048
def worker(worker_id, task_queue):
20492049
while True:
2050-
mscmd: Optional[ModelicaSystemCmd] = None
20512050
try:
20522051
# Get the next task from the queue
20532052
mscmd = task_queue.get(block=False)

0 commit comments

Comments
 (0)