From 80a36a665c69b426533e52a83d466a62777ec2aa Mon Sep 17 00:00:00 2001 From: Michael Black Date: Tue, 14 Jan 2020 12:45:42 -0600 Subject: [PATCH] Fix dead code found by cppcheck in ft990.c --- yaesu/ft990.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/yaesu/ft990.c b/yaesu/ft990.c index f01b11694..aac063a15 100644 --- a/yaesu/ft990.c +++ b/yaesu/ft990.c @@ -3171,15 +3171,6 @@ int ft990_get_update_data(RIG *rig, unsigned char ci, unsigned short ch) switch (ci) { case FT990_NATIVE_UPDATE_ALL_DATA: - p = (char *) &priv->update_data; - rl = FT990_ALL_DATA_LENGTH; - - - /* FT1000D - * if (RIG_MODEL_FT1000D == rig->caps->rig_model); Removed December 2016 see separate ft1000d.c and .h files - */ - - return RIG_OK; break;