From: Felipe Pena Date: Mon, 18 Nov 2013 01:04:46 +0000 (-0200) Subject: - Removed unreached break stmt X-Git-Tag: php-5.6.0alpha1~110^2~248^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7c4a6c21b388fdbcec716950161ce0114503167;p=php - Removed unreached break stmt --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 058f3de6ab..675ea5ca6b 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -736,7 +736,6 @@ static PHPDBG_COMMAND(list) /* {{{ */ case METHOD_PARAM: return PHPDBG_LIST_HANDLER(method)(param TSRMLS_CC); - break; phpdbg_default_switch_case(); }