From 967c7d066d2d2748dddaa921f00c8b23ec01f3a0 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 22 Sep 2024 22:02:14 +0700 Subject: [PATCH] Delete old code after merging --- gns3server/compute/dynamips/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gns3server/compute/dynamips/__init__.py b/gns3server/compute/dynamips/__init__.py index 7f3d1e13..eae8ab61 100644 --- a/gns3server/compute/dynamips/__init__.py +++ b/gns3server/compute/dynamips/__init__.py @@ -521,10 +521,6 @@ class Dynamips(BaseManager): if usage is not None and usage != vm.usage: vm.usage = usage - aux_type = settings.get("aux_type") - if aux_type is not None and aux_type != vm.aux_type: - vm.aux_type = aux_type - # update the configs if needed await self.set_vm_configs(vm, settings)