mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Clean some version control comments!
This commit is contained in:
parent
b2cd611b6e
commit
ba1a32f742
@ -729,17 +729,6 @@ void ControlThread::gps_iono_data_collector()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
void ControlThread::galileo_almanac_data_collector()
|
||||
{
|
||||
// ############ 1.bis READ ALMANAC QUEUE ####################
|
||||
Galileo_Almanac galileo_almanac;
|
||||
while(stop_ == false)
|
||||
{
|
||||
global_galileo_almanac_queue.wait_and_pop(galileo_almanac);
|
||||
=======
|
||||
void ControlThread::galileo_almanac_data_collector()
|
||||
{
|
||||
// ############ 1.bis READ ALMANAC QUEUE ####################
|
||||
@ -747,7 +736,6 @@ void ControlThread::galileo_almanac_data_collector()
|
||||
while(stop_ == false)
|
||||
{
|
||||
global_galileo_almanac_queue.wait_and_pop(galileo_almanac);
|
||||
>>>>>>> refs/remotes/origin/next
|
||||
|
||||
LOG(INFO) << "New galileo_almanac record has arrived ";
|
||||
// there is no timestamp for the galileo_almanac data, new entries must always be added
|
||||
|
Loading…
Reference in New Issue
Block a user