From 7e476226e6af0626d36e110513fe60970a9f1a9c Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Fri, 14 Aug 2015 11:59:27 -0700 Subject: multi_usrp: comment out for-now unused function to remove warning --- host/lib/usrp/multi_usrp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib') diff --git a/host/lib/usrp/multi_usrp.cpp b/host/lib/usrp/multi_usrp.cpp index 60ff97198..396237e24 100644 --- a/host/lib/usrp/multi_usrp.cpp +++ b/host/lib/usrp/multi_usrp.cpp @@ -72,7 +72,7 @@ static void do_samp_rate_warning_message( } } -static void do_tune_freq_results_message( +/*static void do_tune_freq_results_message( const tune_request_t &tune_req, const tune_result_t &tune_result, double actual_freq, @@ -174,7 +174,7 @@ static void do_tune_freq_results_message( UHD_MSG(warning) << results_string << std::endl; } -} +}*/ /*! The CORDIC can be used to shift the baseband below / past the tunable * limits of the actual RF front-end. The baseband filter, located on the -- cgit v1.2.3