Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AP_NavEKF3: remove duplicate assignment of posCheckPassed
this assignment is done 4 lines down ../../libraries/AP_NavEKF3/AP_NavEKF3_PosVelFusion.cpp:823:17: warning: Value stored to 'posCheckPassed' is never read [deadcode.DeadStores] posCheckPassed = true; ^ ~~~~
- Loading branch information