Change in osmo-trx[master]: lms: Remove unused var m_last_tx_overruns

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Thu Apr 25 21:27:46 UTC 2019


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 <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190425/08f50af1/attachment.htm>


More information about the gerrit-log mailing list