From: Nikita Popov Date: Fri, 23 May 2014 12:32:52 +0000 (+0200) Subject: Remove incorrect EMPTY_SWITCH_DEFAULT_CASE() usage X-Git-Tag: POST_PHPNG_MERGE~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fbf4027e2c5c5138c08998c5076b5b579987163;p=php Remove incorrect EMPTY_SWITCH_DEFAULT_CASE() usage --- diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index f50f052e68..f53cba4e01 100644 --- a/ext/pcntl/pcntl.c +++ b/ext/pcntl/pcntl.c @@ -1076,7 +1076,6 @@ static void pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAMETERS, int timedwait) /* {{ # endif break; #endif - EMPTY_SWITCH_DEFAULT_CASE(); } }