youtube/cgi: rm unused variable, fixes warning - frontends - front-ends for some sites (experiment)
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ea9a40e5f85023d9c8c608ef922ac2d5ca0ca78b
(DIR) parent ad970d5ed90fca291bb8e2a1738977efd788bcfa
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 26 Feb 2023 14:01:24 +0100
youtube/cgi: rm unused variable, fixes warning
Diffstat:
M youtube/cgi.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/youtube/cgi.c b/youtube/cgi.c
@@ -154,7 +154,6 @@ int
render_search(struct search_response *r)
{
struct item *v;
- char tmp[64];
int n;
size_t i;