From dedaa9bf994d4d11fa098ab60b4bda5690f92bdd Mon Sep 17 00:00:00 2001 From: Michael Black Date: Sun, 12 Jan 2020 11:31:23 -0600 Subject: [PATCH] Fix cppcheck warning in optoscan.c --- icom/optoscan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/icom/optoscan.c b/icom/optoscan.c index 75bb939f2..699f25cf6 100644 --- a/icom/optoscan.c +++ b/icom/optoscan.c @@ -792,8 +792,6 @@ static int optoscan_send_freq(RIG *rig, pltstate_t *state) * chars, but the read will be blocking anyway. --SF * */ return icom_transaction(rig, C_CTL_MISC, S_OPTO_NXT, buff, 6, NULL, NULL); - - return RIG_OK; } static int optoscan_RTS_toggle(RIG *rig)