From 4765573b51fb5f6deee6c62e645ee92c16debb4a Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 2 Jan 2022 16:53:51 +0100 Subject: [PATCH] termio: this variable is not needed shadows the real one --- src/bin/termio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/termio.c b/src/bin/termio.c index f9a677cf..8b59c8c8 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -1356,7 +1356,6 @@ _cb_link_down(void *data, if (sd->config->helper.inline_please) { - size_t len = strlen(raw_link); Media_Type type = media_src_type_get(raw_link, len); if ((type == MEDIA_TYPE_IMG) ||