Skip to content

Commit 54ed0b3

Browse files
committed
[ModelicaSystemDoE] remove unused code
1 parent be803dc commit 54ed0b3

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
@@ -2046,7 +2046,6 @@ def simulate(
20462046

20472047
def worker(worker_id, task_queue):
20482048
while True:
2049-
mscmd: Optional[ModelicaSystemCmd] = None
20502049
try:
20512050
# Get the next task from the queue
20522051
mscmd = task_queue.get(block=False)

0 commit comments

Comments
 (0)