AC_AutoTune: Disable variables that are overwritten

This commit is contained in:
murata 2021-05-04 09:42:54 +09:00 committed by Peter Barker
parent cf4acaa2aa
commit 49bb4d38a1

View File

@ -157,8 +157,6 @@ bool AC_AutoTune::init_internals(bool _use_poshold,
switch (mode) {
case FAILED:
// autotune has been run but failed so reset state to uninitialized
mode = UNINITIALISED;
// fall through to restart the tuning
FALLTHROUGH;