From aadfdb9dd1f88cc9d8776cec0b8ccd49965e36f7 Mon Sep 17 00:00:00 2001 From: Gastd Date: Mon, 5 Jun 2017 20:34:49 -0300 Subject: [PATCH] Remove redeclaration --- src/core/receiver/gnss_flowgraph.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/core/receiver/gnss_flowgraph.cc b/src/core/receiver/gnss_flowgraph.cc index 42e98f6ed..8c5a60815 100644 --- a/src/core/receiver/gnss_flowgraph.cc +++ b/src/core/receiver/gnss_flowgraph.cc @@ -605,12 +605,6 @@ void GNSSFlowgraph::set_signals_list() std::set available_glonass_prn = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24}; - /* - * Only 24 operational - */ - std::set available_glonass_prn = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, - 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24}; - std::string sv_list = configuration_->property("Galileo.prns", std::string("") ); if( sv_list.length() > 0 )