Unverified Commit e58ce630 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8613 from alexeylysenko/delete_unused_variable

Removed unused variable
parents 8401eef1 f18b879d
......@@ -181,8 +181,6 @@ CalWorkerThread::calibrate_return CalWorkerThread::mag_calibration_worker(detect
}
int prev_count[max_mags];
bool rejected = false;
for (size_t cur_mag=0; cur_mag<max_mags; cur_mag++) {
prev_count[cur_mag] = worker_data->calibration_counter_total[cur_mag];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment