From 9817c55602103843697e2fbdd8c42d31c4651621 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 22 Jun 2021 12:46:03 +0200 Subject: lmx2572: Fix compiler warning Unused private field _mux_state. --- host/lib/usrp/common/lmx2572.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/host/lib/usrp/common/lmx2572.cpp b/host/lib/usrp/common/lmx2572.cpp index c56478b1d..8161c36ec 100644 --- a/host/lib/usrp/common/lmx2572.cpp +++ b/host/lib/usrp/common/lmx2572.cpp @@ -379,9 +379,8 @@ private: write_fn_t _poke16; read_fn_t _peek16; sleep_fn_t _sleep; - lmx2572_regs_t _regs = lmx2572_regs_t(); - muxout_state_t _mux_state = muxout_state_t::SDO; - bool _sync_mode = false; + lmx2572_regs_t _regs = lmx2572_regs_t(); + bool _sync_mode = false; /************************************************************************** * Private Methods -- cgit v1.2.3