aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Tsou <ttsou@vt.edu>2012-06-14 21:00:19 -0400
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-06-24 01:51:03 +0400
commit40c3d0a6d93a4ba9c3f83206fa726b0292ddd5ec (patch)
tree2ba74fd7c1be101b22c7cdb5db9c14040ba51d07
parent41c6657938e930a1c20070d5a8952e6dea12ec32 (diff)
transceiver: mcbts: remove unused call in drive loop
Inside the drive loop addRadioVector() is duplicate call that was not removed from the previous separation of the main loop and transceiver instances. Signed-off-by: Thomas Tsou <ttsou@vt.edu>
-rw-r--r--Transceiver52M/DriveLoop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Transceiver52M/DriveLoop.h b/Transceiver52M/DriveLoop.h
index 442d27c..f97bb1d 100644
--- a/Transceiver52M/DriveLoop.h
+++ b/Transceiver52M/DriveLoop.h
@@ -73,9 +73,6 @@ private:
void unModulateVector(signalVector wVector);
#endif
- /** modulate and add a burst to the transmit queue */
- void addRadioVector(BitVector &burst, int RSSI, GSM::Time &wTime);
-
/** Push modulated burst into transmit FIFO corresponding to a particular timestamp */
void pushRadioVector(GSM::Time &nowTime);