diff options
| author | Martin Braun <martin.braun@ettus.com> | 2021-01-08 13:26:53 +0100 |
|---|---|---|
| committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-03-04 08:18:41 -0600 |
| commit | 0077580ab15e615b72572b196217b481e13e16bc (patch) | |
| tree | 38bde2ecf3eff0a33c26e393d3503db65c04e098 | |
| parent | 6da4e7622be4f70956a755229bbe90551f8e5f1a (diff) | |
| download | uhd-0077580ab15e615b72572b196217b481e13e16bc.tar.gz uhd-0077580ab15e615b72572b196217b481e13e16bc.tar.bz2 uhd-0077580ab15e615b72572b196217b481e13e16bc.zip | |
rh: Remove unused constant
This fixes a clang warning.
| -rw-r--r-- | host/lib/usrp/dboard/rhodium/rhodium_bands.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/rhodium/rhodium_bands.cpp b/host/lib/usrp/dboard/rhodium/rhodium_bands.cpp index 9f72135dd..73f1bbe0c 100644 --- a/host/lib/usrp/dboard/rhodium/rhodium_bands.cpp +++ b/host/lib/usrp/dboard/rhodium/rhodium_bands.cpp @@ -14,7 +14,6 @@ using namespace uhd::rfnoc; using namespace uhd::math::fp_compare; namespace { -constexpr double FREQ_COMPARE_EPSILON = 1e-5; /* Note on the RX filter bank: * |
