From 40c3d0a6d93a4ba9c3f83206fa726b0292ddd5ec Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Thu, 14 Jun 2012 21:00:19 -0400 Subject: 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 --- Transceiver52M/DriveLoop.h | 3 --- 1 file changed, 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); -- cgit v1.2.3