diff options
Diffstat (limited to 'lib/noproxy.c')
-rw-r--r-- | lib/noproxy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/noproxy.c b/lib/noproxy.c index 2b9908d..5241640 100644 --- a/lib/noproxy.c +++ b/lib/noproxy.c @@ -216,7 +216,6 @@ bool Curl_check_noproxy(const char *name, const char *no_proxy, /* case C passes through, not a match */ break; case TYPE_IPV4: - /* FALLTHROUGH */ case TYPE_IPV6: { const char *check = token; char *slash; |