Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/13788


Change subject: lms: Remove unused var m_last_tx_overruns
......................................................................

lms: Remove unused var m_last_tx_overruns

Change-Id: I2104205b2af7cd6c86075d5cc4f0f36bde5e5311
---
M Transceiver52M/device/lms/LMSDevice.cpp
M Transceiver52M/device/lms/LMSDevice.h
2 files changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/88/13788/1

diff --git a/Transceiver52M/device/lms/LMSDevice.cpp 
b/Transceiver52M/device/lms/LMSDevice.cpp
index e971ad4..e65c93d 100644
--- a/Transceiver52M/device/lms/LMSDevice.cpp
+++ b/Transceiver52M/device/lms/LMSDevice.cpp
@@ -55,7 +55,6 @@
        m_last_rx_underruns.resize(chans, 0);
        m_last_rx_overruns.resize(chans, 0);
        m_last_tx_underruns.resize(chans, 0);
-       m_last_tx_overruns.resize(chans, 0);
 }

 LMSDevice::~LMSDevice()
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 @@
        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


--
To view, visit https://gerrit.osmocom.org/13788
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2104205b2af7cd6c86075d5cc4f0f36bde5e5311
Gerrit-Change-Number: 13788
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to