aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-11-23 09:45:33 -0800
committerMartin Braun <martin.braun@ettus.com>2016-11-28 12:17:12 -0800
commit7c9cc6df10706b5e0ddad29b7e11d518ce8ce9b1 (patch)
tree3d65d611fb5567aac49c656fa0a2e0cfe14b02ba /host/lib
parent666e8c9bcd8ca8422c0a72204c29bc66c17a093f (diff)
downloaduhd-7c9cc6df10706b5e0ddad29b7e11d518ce8ce9b1.tar.gz
uhd-7c9cc6df10706b5e0ddad29b7e11d518ce8ce9b1.tar.bz2
uhd-7c9cc6df10706b5e0ddad29b7e11d518ce8ce9b1.zip
lib: Removed superfluous variable in gain_group
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/utils/gain_group.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/utils/gain_group.cpp b/host/lib/utils/gain_group.cpp
index e907a6573..9428702d1 100644
--- a/host/lib/utils/gain_group.cpp
+++ b/host/lib/utils/gain_group.cpp
@@ -27,8 +27,6 @@
using namespace uhd;
-static const bool verbose = false;
-
static bool compare_by_step_size(
const size_t &rhs, const size_t &lhs, std::vector<gain_fcns_t> &fcns
){