diff options
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 */ |