]> granicus.if.org Git - php/commitdiff
Removed bogus fix for bug #28355 (it was dead code anyway)
authorHartmut Holzgraefe <hholzgra@php.net>
Sun, 12 Jun 2005 00:59:04 +0000 (00:59 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Sun, 12 Jun 2005 00:59:04 +0000 (00:59 +0000)
ext/standard/dir.c

index 227173d5b44bf6a485a4fe33fc52aba4c68963c5..7c5ffb4dbe2769f11ccf4c3193564dc523c67cb6 100644 (file)
@@ -399,9 +399,6 @@ PHP_FUNCTION(glob)
                         * doesn't. This ensure that if no match is found, an empty array
                         * is always returned so it can be used without worrying in e.g.
                         * foreach() */
-#ifndef __linux__
-                       RETURN_FALSE;
-#else
                        array_init(return_value);
                        return;
 #endif