From 233ec511db140990bbaff622f8edd9f5d28f7399 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 28 May 2010 09:45:17 +0200 Subject: lib: eliminate 'statement not reached' warnings --- lib/ftp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/ftp.c') diff --git a/lib/ftp.c b/lib/ftp.c index afd15b4d1..7e8f58574 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -3628,10 +3628,8 @@ static CURLcode wc_statemach(struct connectdata *conn) finfo->filename); wildcard->state = CURLWC_SKIP; return wc_statemach(conn); - break; case CURL_CHUNK_BGN_FUNC_FAIL: return CURLE_CHUNK_FAILED; - break; } } -- cgit v1.2.3