From 30f873ddb1a77aa5c508e3fe863b08cc94257ed7 Mon Sep 17 00:00:00 2001 From: bptato Date: Sat, 7 Nov 2020 23:16:41 +0100 Subject: Remove unnecessary variable assignment --- url.c | 1 - 1 file changed, 1 deletion(-) diff --git a/url.c b/url.c index 7368e94..1a16c30 100644 --- a/url.c +++ b/url.c @@ -1839,7 +1839,6 @@ openURL(char *url, ParsedURL *pu, ParsedURL *current, #ifdef USE_GOPHER case SCM_GOPHER: p = pu->file; - q = p; n = 0; while(*p == '/') { ++p; -- cgit v1.2.3