EKF: remove dead code

This commit is contained in:
Paul Riseborough 2017-01-04 10:41:40 +01:00 committed by Lorenz Meier
parent 6358bbd257
commit b536382ae1

View File

@ -397,8 +397,6 @@ void Ekf::fuseOptFlow()
// run innovation consistency check
optflow_test_ratio[1] = sq(_flow_innov[1]) / (sq(math::max(_params.flow_innov_gate, 1.0f)) * _flow_innov_var[1]);
} else {
return;
}
}