Remove baseband stats tracking code.

It was half-baked, and is getting in the way of a major refactoring.
This commit is contained in:
Jared Boone 2016-06-24 15:24:26 -07:00
parent d41c6ee36a
commit 9444d21c12
3 changed files with 1 additions and 20 deletions

View file

@ -40,9 +40,6 @@ public:
return baseband::Direction::Receive;
}
Thread* thread_main { nullptr };
Thread* thread_rssi { nullptr };
private:
BasebandProcessor* baseband_processor { nullptr };