aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Transceiver52M/radioInterface.cpp2
-rw-r--r--Transceiver52M/radioInterface.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/Transceiver52M/radioInterface.cpp b/Transceiver52M/radioInterface.cpp
index 719a8ff..6694066 100644
--- a/Transceiver52M/radioInterface.cpp
+++ b/Transceiver52M/radioInterface.cpp
@@ -66,8 +66,6 @@ RadioInterface::~RadioInterface(void)
if (mOn) {
mRadio->stop();
close();
-
- delete mAlignRadioServiceLoopThread;
for (int i = 0; i < mChanM; i++) {
if (rcvBuffer[i] != NULL)
diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h
index 05ac299..83413cf 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -37,7 +37,6 @@ class RadioInterface {
protected:
int mChanM; ///< channelizer width
- Thread *mAlignRadioServiceLoopThread; ///< thread that synchronizes transmit and receive sections
VectorFIFO mReceiveFIFO[CHAN_MAX]; ///< FIFO that holds receive bursts