From f198c3d6e3b782a358c01cb7c1451c0a7e4dfd10 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 23 Jun 2021 11:05:41 +0200 Subject: fixup! zbx: Fix clang compiler warnings The TRACE message is repeated in the zbx_lo_ctrl object and is thus not worth carrying the _chan and _trx attributes. --- host/lib/usrp/dboard/zbx/zbx_expert.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'host/lib/usrp') diff --git a/host/lib/usrp/dboard/zbx/zbx_expert.cpp b/host/lib/usrp/dboard/zbx/zbx_expert.cpp index 79e13e230..ae39814ff 100644 --- a/host/lib/usrp/dboard/zbx/zbx_expert.cpp +++ b/host/lib/usrp/dboard/zbx/zbx_expert.cpp @@ -253,10 +253,6 @@ void zbx_lo_expert::resolve() const double clipped_lo_freq = std::max( LMX2572_MIN_FREQ, std::min(_desired_lo_frequency.get(), LMX2572_MAX_FREQ)); _coerced_lo_frequency = _lo_ctrl->set_lo_freq(clipped_lo_freq); - UHD_LOG_TRACE(get_name(), - "Requested " << _get_trx_string(_trx) << _chan << " frequency " - << (_desired_lo_frequency / 1e6) << "MHz was coerced to " - << (_coerced_lo_frequency / 1e6) << "MHz"); } } -- cgit v1.2.3