diff options
author | Nikita Popov <nikic@php.net> | 2014-05-23 14:32:52 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2014-05-23 14:32:52 +0200 |
commit | 8fbf4027e2c5c5138c08998c5076b5b579987163 (patch) | |
tree | 1841548b9f0356331ba5f5bf51575538c2dc6a34 /ext/pcntl | |
parent | c838f6c5b9a1daf32d24f9acced793d7cb9647da (diff) | |
download | php-git-8fbf4027e2c5c5138c08998c5076b5b579987163.tar.gz |
Remove incorrect EMPTY_SWITCH_DEFAULT_CASE() usage
Diffstat (limited to 'ext/pcntl')
-rw-r--r-- | ext/pcntl/pcntl.c | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } } |