summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.cc b/gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.cc
index 0efbc8a51..91cbf74c6 100644
--- a/gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.cc
+++ b/gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.cc
@@ -226,7 +226,6 @@ gr_pfb_clock_sync_ccf::general_work (int noutput_items,
if(newfilter != (int)d_last_filter)
d_acc = 0.5;
- d_last_filter = newfilter % d_nfilters;
if(newfilter >= (int)d_nfilters) {
d_last_filter = newfilter - d_nfilters;
count++;