]> granicus.if.org Git - php/commitdiff
Remove unnecessarily commented code.
authorfoobar <sniper@php.net>
Thu, 5 Sep 2002 21:16:34 +0000 (21:16 +0000)
committerfoobar <sniper@php.net>
Thu, 5 Sep 2002 21:16:34 +0000 (21:16 +0000)
ext/standard/filestat.c

index 87c5013fc0615515325eb1be548f5aa437cc6d4a..4195aa0f8eb22f1667a2983f5ce31cedf4e213f5 100644 (file)
@@ -337,7 +337,6 @@ PHP_FUNCTION(disk_free_space)
    Change file group */
 PHP_FUNCTION(chgrp)
 {
-/*#ifndef WINDOWS*/
 #if !defined(WINDOWS) && !defined(NETWARE)  /* I guess 'chgrp' won't be available on NetWare */
        pval **filename, **group;
        gid_t gid;
@@ -386,7 +385,6 @@ PHP_FUNCTION(chgrp)
    Change file owner */
 PHP_FUNCTION(chown)
 {
-/*#ifndef WINDOWS*/
 #if !defined(WINDOWS) && !defined(NETWARE)  /* I guess 'chown' won't be available on NetWare */
        pval **filename, **user;
        int ret;