Blimp: make check_var_info void

Given all the callers die anyway, make it void
This commit is contained in:
Peter Barker 2023-01-06 16:12:25 +11:00 committed by Andrew Tridgell
parent 276303dccc
commit d3bbc94af9
1 changed files with 0 additions and 5 deletions

View File

@ -832,11 +832,6 @@ ParametersG2::ParametersG2(void)
void Blimp::load_parameters(void)
{
if (!AP_Param::check_var_info()) {
hal.console->printf("Bad var table\n");
AP_HAL::panic("Bad var table");
}
hal.util->set_soft_armed(false);
if (!g.format_version.load() ||