Skip to content

Commit 1e5f03f

Browse files
committed
[ModelicaSystemDoE] remove unused code
1 parent a15945a commit 1e5f03f

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
@@ -1770,7 +1770,6 @@ def simulate(
17701770

17711771
def worker(worker_id, task_queue):
17721772
while True:
1773-
mscmd: Optional[ModelicaSystemCmd] = None
17741773
try:
17751774
# Get the next task from the queue
17761775
mscmd = task_queue.get(block=False)

0 commit comments

Comments
 (0)