From: Moriyoshi Koizumi Date: Wed, 29 Oct 2003 22:25:57 +0000 (+0000) Subject: Some clean-ups X-Git-Tag: RELEASE_2_0_0RC1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6feb47f00b72561c80f5b941132b00e5e6934c9;p=php Some clean-ups --- diff --git a/ext/standard/file.c b/ext/standard/file.c index 7226c162e7..ffebc2fb4b 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -1978,7 +1978,6 @@ PHP_FUNCTION(fgetcsv) state = 1; } else if (*bptr == enclosure) { state = 2; - } else { } bptr++; break; @@ -1998,7 +1997,6 @@ PHP_FUNCTION(fgetcsv) tptr += (bptr - hunk_begin); hunk_begin = bptr; break; - /* break is missing intentionally */ default: bptr += inc_len; break;