1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

Remove unused variable

This commit is contained in:
Carles Fernandez 2019-07-04 08:24:48 +02:00
parent 2d276526a8
commit ad389cf267
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -114,7 +114,6 @@ public:
{
const gnss_sdr::GnssSynchro& gs_read = obs.observable(i);
Gnss_Synchro gs = Gnss_Synchro();
const std::string& sys = gs_read.system();
gs.System = gs_read.system()[0];
gs.Signal[0] = gs_read.signal()[0];
gs.Signal[1] = gs_read.signal()[1];