Skip to content

Commit 61d98a2

Browse files
committed
[ModelicaSystemDoE] remove unused code
1 parent a9e92bd commit 61d98a2

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
@@ -1886,7 +1886,6 @@ def simulate(
18861886

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

0 commit comments

Comments
 (0)