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.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Transceiver52M/DriveLoop.h') 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