Params: remove unused key (#31826)

old-commit-hash: 0e92097f7e
pull/32199/head
Jason Wen 1 year ago committed by GitHub
parent 59cfb02ebb
commit 1d014c0892
  1. 1
      common/params.cc

@ -207,7 +207,6 @@ std::unordered_map<std::string, uint32_t> keys = {
{"UpdaterTargetBranch", CLEAR_ON_MANAGER_START}, {"UpdaterTargetBranch", CLEAR_ON_MANAGER_START},
{"UpdaterLastFetchTime", PERSISTENT}, {"UpdaterLastFetchTime", PERSISTENT},
{"Version", PERSISTENT}, {"Version", PERSISTENT},
{"VisionRadarToggle", PERSISTENT},
}; };
} // namespace } // namespace

Loading…
Cancel
Save