aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.cpp
diff options
context:
space:
mode:
authorThomas Tsou <tom@tsou.cc>2013-11-15 16:13:59 -0500
committerThomas Tsou <tom@tsou.cc>2013-11-15 23:35:07 -0500
commit477b77c558d3294cd3170fcea04ebe98a11465d9 (patch)
tree263e40a4e99448ad377e3b2ca305dbfca6f70540 /Transceiver52M/radioInterface.cpp
parentd3fccea05fba7cb89bd467ccbfca63404507395a (diff)
Transceiver52M: Remove unused code
This includes unknown and unused variables, functions, and non-relevant documentation. Signed-off-by: Thomas Tsou <tom@tsou.cc>
Diffstat (limited to 'Transceiver52M/radioInterface.cpp')
-rw-r--r--Transceiver52M/radioInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/radioInterface.cpp b/Transceiver52M/radioInterface.cpp
index 5bddb5c..ece92b9 100644
--- a/Transceiver52M/radioInterface.cpp
+++ b/Transceiver52M/radioInterface.cpp
@@ -38,7 +38,7 @@ RadioInterface::RadioInterface(RadioDevice *wRadio,
int wReceiveOffset, GSM::Time wStartTime)
: mRadio(wRadio), mSPSTx(sps), mSPSRx(1), mChans(chans), mMIMO(diversity),
sendCursor(0), recvCursor(0), underrun(false), overrun(false),
- receiveOffset(wReceiveOffset), mOn(false), loadTest(false)
+ receiveOffset(wReceiveOffset), mOn(false)
{
mClock.set(wStartTime);
}