From 5a37840dfa2a0c02fcb3784afd6969f615b27166 Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Sat, 17 Mar 2012 17:49:03 -0400 Subject: multi-arfcn, trx: remove unused reset() call in drive loop This call is a remnant of the Transceiver / DriveLoop split. The empty call is never used. Signed-off-by: Thomas Tsou --- Transceiver52M/DriveLoop.cpp | 6 +----- Transceiver52M/DriveLoop.h | 2 -- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'Transceiver52M') diff --git a/Transceiver52M/DriveLoop.cpp b/Transceiver52M/DriveLoop.cpp index 997d009..c080c12 100644 --- a/Transceiver52M/DriveLoop.cpp +++ b/Transceiver52M/DriveLoop.cpp @@ -209,11 +209,7 @@ DriveLoop::CorrType DriveLoop::expectedCorrType(int channel, GSM::Time currTime) break; } } - -void DriveLoop::reset() -{ -} - + void DriveLoop::driveReceiveFIFO() { SoftVector *rxBurst = NULL; diff --git a/Transceiver52M/DriveLoop.h b/Transceiver52M/DriveLoop.h index 7a59caa..8c58296 100644 --- a/Transceiver52M/DriveLoop.h +++ b/Transceiver52M/DriveLoop.h @@ -172,8 +172,6 @@ protected: friend void *RadioDriveLoopAdapter(DriveLoop *); - void reset(); - /** set priority on current thread */ void setPriority() { mRadioInterface->setPriority(); } -- cgit v1.2.3