ArduSub: 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 bef10c21bf
commit 276303dccc
1 changed files with 0 additions and 5 deletions

View File

@ -674,11 +674,6 @@ const AP_Param::ConversionInfo conversion_table[] = {
void Sub::load_parameters()
{
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() ||