1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-31 07:13:03 +00:00

Removing the unused Output_filter block from the gnss_sdr flowgraph

This commit is contained in:
Javier Arribas
2016-04-06 16:12:06 +02:00
parent 203e998efc
commit b4e8966691
65 changed files with 4 additions and 807 deletions

View File

@@ -130,7 +130,6 @@ private:
std::shared_ptr<GNSSBlockInterface> observables_;
std::shared_ptr<GNSSBlockInterface> pvt_;
std::shared_ptr<GNSSBlockInterface> output_filter_;
std::vector<std::shared_ptr<ChannelInterface>> channels_;
gr::top_block_sptr top_block_;