From a5012427d89406b3d964dfcdca5da2e6d522febe Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Sun, 3 Jan 2016 12:45:34 -0800 Subject: [PATCH] Remove little bit of dead code. --- firmware/baseband/proc_wideband_spectrum.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/baseband/proc_wideband_spectrum.hpp b/firmware/baseband/proc_wideband_spectrum.hpp index 24ac10b0..c8401e32 100644 --- a/firmware/baseband/proc_wideband_spectrum.hpp +++ b/firmware/baseband/proc_wideband_spectrum.hpp @@ -36,8 +36,6 @@ public: void on_message(const Message* const message) override; private: - size_t sample_count = 0; - SpectrumCollector channel_spectrum; std::array spectrum;