AP_InertialSensor: remove unused variable

This commit is contained in:
Andrew Tridgell 2021-01-19 11:50:00 +11:00 committed by Peter Barker
parent c96e61c0e1
commit 5e60fac37e
1 changed files with 0 additions and 1 deletions

View File

@ -785,7 +785,6 @@ private:
AP_Float caltemp_gyro[INS_MAX_INSTANCES];
AP_Int32 tcal_options;
bool tcal_learning;
int8_t tcal_old_brd_target;
#endif
};