From: Yasuo Ohgaki Date: Tue, 23 Apr 2002 08:10:45 +0000 (+0000) Subject: Remove unneeded 'return'. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~476 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=417f299d0e7827c07e8f9cf9dd4fc85f5a340907;p=php Remove unneeded 'return'. --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 6c05cb62a4..55e3d3c1a1 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -1563,7 +1563,6 @@ PHP_FUNCTION(mb_output_handler) /* just return if the converter is not activated. */ if (MBSTRG(outconv) == NULL) { RETURN_STRINGL(arg_string, arg_string_len, 1); - return; } /* flag */