From 76c94fb28513f700ee9b1918a1cec031aef55cfe Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Wed, 1 Apr 2015 16:50:16 +0200 Subject: [PATCH] kill some dead code --- src/lte/model/lte-spectrum-phy.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lte/model/lte-spectrum-phy.cc b/src/lte/model/lte-spectrum-phy.cc index 60e58242e..2174aee40 100644 --- a/src/lte/model/lte-spectrum-phy.cc +++ b/src/lte/model/lte-spectrum-phy.cc @@ -474,9 +474,6 @@ LteSpectrumPhy::StartTxDlCtrlFrame (std::list > ctrlMsgLi NS_LOG_FUNCTION (this << " PSS " << (uint16_t)pss); NS_LOG_LOGIC (this << " state: " << m_state); - -// m_phyTxStartTrace (pb); - switch (m_state) { case RX_DATA: @@ -532,8 +529,6 @@ LteSpectrumPhy::StartTxUlSrsFrame () NS_LOG_FUNCTION (this); NS_LOG_LOGIC (this << " state: " << m_state); - // m_phyTxStartTrace (pb); - switch (m_state) { case RX_DATA: