Skip to content

Commit b2615b2

Browse files
committed
Remove empty case for system glob
1 parent 99c3947 commit b2615b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main/php_glob.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@
5757

5858
#include "php_glob.h"
5959

60-
#if defined(HAVE_GLOB) && defined(PHP_SYSTEM_GLOB)
61-
#else
60+
#if !(defined(HAVE_GLOB) && defined(PHP_SYSTEM_GLOB))
6261

6362
#ifdef PHP_WIN32
6463
#if _MSC_VER < 1800

0 commit comments

Comments
 (0)