Skip to content

Commit fd3ffc4

Browse files
committed
[ModelicaSystemDoE] remove unused code
1 parent 5d83272 commit fd3ffc4

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
@@ -1887,7 +1887,6 @@ def simulate(
18871887

18881888
def worker(worker_id, task_queue):
18891889
while True:
1890-
mscmd: Optional[ModelicaSystemCmd] = None
18911890
try:
18921891
# Get the next task from the queue
18931892
mscmd = task_queue.get(block=False)

0 commit comments

Comments
 (0)