diff options
author | andriy gelman <andriy.gelman@gmail.com> | 2018-02-21 17:57:55 -0500 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-04-28 15:54:32 +0200 |
commit | 3d244b94cf4612a87e0d95e5ab24da4a5fc6aae2 (patch) | |
tree | b4423e82d710ff8e1a7ec8a7ffbd1e795d9adcdc /gr-digital/lib/constellation_receiver_cb_impl.h | |
parent | e0beb54aac18de2f1c3f5076213f03bbe096cd59 (diff) |
Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)
Diffstat (limited to 'gr-digital/lib/constellation_receiver_cb_impl.h')
-rw-r--r-- | gr-digital/lib/constellation_receiver_cb_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-digital/lib/constellation_receiver_cb_impl.h b/gr-digital/lib/constellation_receiver_cb_impl.h index b07f2ff8f5..834ff0f5fe 100644 --- a/gr-digital/lib/constellation_receiver_cb_impl.h +++ b/gr-digital/lib/constellation_receiver_cb_impl.h @@ -52,7 +52,6 @@ namespace gr { private: constellation_sptr d_constellation; - unsigned int d_current_const_point; //! Set the phase and the frequency. //! Typically used when we receive a tag with values for these. @@ -83,8 +82,6 @@ namespace gr { //! delay line plus some length for overflow protection __GR_ATTR_ALIGNED(8) gr_complex d_dl[2*DLLEN]; - //! index to delay line - unsigned int d_dl_idx; }; } /* namespace digital */ |