From e6feb47f00b72561c80f5b941132b00e5e6934c9 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Wed, 29 Oct 2003 22:25:57 +0000 Subject: [PATCH] Some clean-ups --- ext/standard/file.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.50.1