kill some dead code

This commit is contained in:
Nicola Baldo
2015-04-01 16:50:16 +02:00
parent 3ea8979c01
commit 76c94fb285

View File

@@ -474,9 +474,6 @@ LteSpectrumPhy::StartTxDlCtrlFrame (std::list<Ptr<LteControlMessage> > 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: