From 747f5e8bc00c898b62c7153deea3666c082d317a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 26 Jan 2016 20:32:41 +0100 Subject: math: Removed now superfluous constants. Removes a lot of compiler warnings --- host/lib/usrp/cores/dsp_core_utils.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/lib/usrp/cores') diff --git a/host/lib/usrp/cores/dsp_core_utils.cpp b/host/lib/usrp/cores/dsp_core_utils.cpp index f6f56a16b..aea809ae8 100644 --- a/host/lib/usrp/cores/dsp_core_utils.cpp +++ b/host/lib/usrp/cores/dsp_core_utils.cpp @@ -61,7 +61,6 @@ void get_freq_and_freq_word( freq_word = int32_t(boost::math::round((freq / tick_rate) * scale_factor)); } - //program the frequency word into the device DSP actual_freq = (double(freq_word) / scale_factor) * tick_rate; } -- cgit v1.2.3