ArduPlane: 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 18f9702db8
commit bef10c21bf
1 changed files with 0 additions and 4 deletions

View File

@ -1350,10 +1350,6 @@ static const RCConversionInfo rc_option_conversion[] = {
void Plane::load_parameters(void)
{
if (!AP_Param::check_var_info()) {
hal.console->printf("Bad parameter table\n");
AP_HAL::panic("Bad parameter table");
}
if (!g.format_version.load() ||
g.format_version != Parameters::k_format_version) {