Skip to content

Commit 763850b

Browse files
committed
[ModelicaSystemDoE] remove unused code
1 parent ccffbda commit 763850b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

OMPython/ModelicaSystem.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,6 @@ def simulate(
17641764

17651765
def worker(worker_id, task_queue):
17661766
while True:
1767-
mscmd: Optional[ModelicaSystemCmd] = None
17681767
try:
17691768
# Get the next task from the queue
17701769
mscmd = task_queue.get(block=False)

0 commit comments

Comments
 (0)