aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-05 06:57:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-05 06:57:26 +0000
commit4d9517f0b4092b62dc791125823d6ce581d0c26c (patch)
tree1ac07ac51c559cd6c9a77e7b365dc8a800a2c429 /lib/url.c
parenta331aa02213238d8efae9a046fea93860c62fc87 (diff)
prevent warnings when using the gcc option -Wunreachable-code
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index df07f538a..fdc43789b 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -1810,7 +1810,6 @@ static int handleSock5Proxy(const char *proxy_name,
failf(conn->data,
"%s:%d has an internal error an needs to be fixed to work",
__FILE__, __LINE__);
- return 1;
#endif
}