youtube/cgi: rm unused variable, fixes warning - frontends - front-ends for som… | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ea9a40e5f85023d9c8c608ef922ac2d5ca0ca78b | |
parent ad970d5ed90fca291bb8e2a1738977efd788bcfa | |
Author: Hiltjo Posthuma <[email protected]> | |
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(-) | |
--- | |
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; | |