Skip to content

Commit 0222d6b

Browse files
committed
[ModelicaSystemDoE] remove unused code
1 parent 4d8848f commit 0222d6b

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
@@ -2031,7 +2031,6 @@ def simulate(
20312031

20322032
def worker(worker_id, task_queue):
20332033
while True:
2034-
mscmd: Optional[ModelicaSystemCmd] = None
20352034
try:
20362035
# Get the next task from the queue
20372036
mscmd = task_queue.get(block=False)

0 commit comments

Comments
 (0)