From d08565fc83e4958d497bb5b53ad4d96eb3829d98 Mon Sep 17 00:00:00 2001 From: nayan Date: Thu, 27 Aug 2026 16:34:30 -0400 Subject: [PATCH] not needed --- openpilot/sunnypilot/system/params_migration.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/openpilot/sunnypilot/system/params_migration.py b/openpilot/sunnypilot/system/params_migration.py index 64d77806f6..f0f0d7248a 100644 --- a/openpilot/sunnypilot/system/params_migration.py +++ b/openpilot/sunnypilot/system/params_migration.py @@ -138,6 +138,3 @@ def run_migration(_params): # seed the usbgpu model slot from the pre-split single slot _migrate_model_bundle_slots(_params) - - # upstream renamed UsbGpu* to Chestnut* params - _migrate_chestnut_params(_params)