1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-15 04:30:33 +00:00

Delete unused member

This commit is contained in:
Carles Fernandez 2018-04-05 21:24:01 +02:00
parent 8a4b51bf38
commit c1eccf1a27

View File

@ -98,7 +98,6 @@ private:
std::string role_;
unsigned int in_streams_;
unsigned int out_streams_;
bool unified_;
};
#endif // GNSS_SDR_gps_l2_m_dll_pll_tracking_H_