AP_Compass: remove unused variable

This commit is contained in:
Peter Barker 2021-07-26 09:45:37 +10:00 committed by Peter Barker
parent de91058b1a
commit 8bbed968de
1 changed files with 0 additions and 3 deletions

View File

@ -459,9 +459,6 @@ private:
// enable automatic declination code
AP_Int8 _auto_declination;
// first-time-around flag used by offset nulling
bool _null_init_done;
// stores which bit is used to indicate we should log compass readings
uint32_t _log_bit = -1;