aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/lms/LMSDevice.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-04-25 20:10:11 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-04-25 20:16:10 +0200
commit713b4d81cda884a927b2a1941ed2e1101ebafd1b (patch)
treecc04c6d0e7d6bdc22b039ef0684fa50954b9e295 /Transceiver52M/device/lms/LMSDevice.h
parentb96d9ddee3c093605baed10e05500c896736c87a (diff)
lms: Remove unused var m_last_tx_overruns
Diffstat (limited to 'Transceiver52M/device/lms/LMSDevice.h')
-rw-r--r--Transceiver52M/device/lms/LMSDevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Transceiver52M/device/lms/LMSDevice.h b/Transceiver52M/device/lms/LMSDevice.h
index d1cb12a..4bf2b32 100644
--- a/Transceiver52M/device/lms/LMSDevice.h
+++ b/Transceiver52M/device/lms/LMSDevice.h
@@ -51,7 +51,6 @@ private:
std::vector<uint32_t> m_last_rx_underruns;
std::vector<uint32_t> m_last_rx_overruns;
std::vector<uint32_t> m_last_tx_underruns;
- std::vector<uint32_t> m_last_tx_overruns;
double actualSampleRate; ///< the actual USRP sampling rate