1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-07 13:06:53 +00:00

Remove unnecessary lines

This commit is contained in:
Gastd 2017-06-05 20:31:16 -03:00
parent 65e7384c28
commit 745b436a68

View File

@ -150,12 +150,6 @@ public:
{
gr::thread::scoped_lock lock(d_setlock); // require mutex with work function called by the scheduler
d_gnss_synchro = p_gnss_synchro;
// Dealing with FDMA system
if(d_gnss_synchro->System == 'R')
{
d_freq += 0.5625e6 * GLONASS_PRN[d_gnss_synchro->PRN+1];
std::cout << "d_freq " << d_freq << std::endl;
}
}
/*!