summaryrefslogtreecommitdiff
path: root/gr-digital/lib/constellation_receiver_cb_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/lib/constellation_receiver_cb_impl.cc')
-rw-r--r--gr-digital/lib/constellation_receiver_cb_impl.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-digital/lib/constellation_receiver_cb_impl.cc b/gr-digital/lib/constellation_receiver_cb_impl.cc
index a8911e8a17..3e69ecee3e 100644
--- a/gr-digital/lib/constellation_receiver_cb_impl.cc
+++ b/gr-digital/lib/constellation_receiver_cb_impl.cc
@@ -54,8 +54,7 @@ namespace gr {
io_signature::make(1, 1, sizeof(gr_complex)),
io_signature::makev(1, 5, iosig)),
blocks::control_loop(loop_bw, fmax, fmin),
- d_constellation(constellation),
- d_current_const_point(0)
+ d_constellation(constellation)
{
if(d_constellation->dimensionality() != 1)
throw std::runtime_error("This receiver only works with constellations of dimension 1.");