aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2020-11-07 22:16:41 +0000
committerbptato <nincsnevem662@gmail.com>2020-11-07 22:16:41 +0000
commit30f873ddb1a77aa5c508e3fe863b08cc94257ed7 (patch)
treeee52b6e4e2927cc263b0266a1767cb586f30adc2
parentSupport Gopher items search (7) and binary file (9) (diff)
downloadw3m-30f873ddb1a77aa5c508e3fe863b08cc94257ed7.tar.gz
w3m-30f873ddb1a77aa5c508e3fe863b08cc94257ed7.zip
Remove unnecessary variable assignment
-rw-r--r--url.c1
1 files changed, 0 insertions, 1 deletions
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;