From 8c83b43884a286bbad3d7838bc3500adff693ccb Mon Sep 17 00:00:00 2001 From: kuba Date: Sun, 16 Mar 2025 16:18:19 +0100 Subject: [PATCH] remove unused variable --- src/ascii_cmd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ascii_cmd.c b/src/ascii_cmd.c index e8a2ac5..5735972 100644 --- a/src/ascii_cmd.c +++ b/src/ascii_cmd.c @@ -79,7 +79,6 @@ static void handle_lic(char *arg, RDSModulator* mod) { } static void handle_rtp(char *arg, RDSModulator* mod) { - char tag_names[2][32]; uint8_t tags[6]; if (sscanf((char *)arg, "%hhu,%hhu,%hhu,%hhu,%hhu,%hhu", &tags[0], &tags[1], &tags[2], &tags[3], &tags[4], &tags[5]) == 6) {