1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-29 15:30:52 +00:00

Remove unused variable

This commit is contained in:
Carles Fernandez 2018-07-04 18:24:10 +02:00
parent e07578bdb4
commit 5842da980f

View File

@ -455,7 +455,6 @@ void pcps_acquisition_fine_doppler_cc::set_state(int state)
d_gnss_synchro->Acq_doppler_hz = 0.0;
d_gnss_synchro->Acq_samplestamp_samples = 0;
d_well_count = 0;
d_input_power = 0.0;
d_test_statistics = 0.0;
d_active = true;
}