diff options
author | Derick Rethans <derick@php.net> | 2006-03-05 19:02:11 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2006-03-05 19:02:11 +0000 |
commit | 72c9d907d324e6e5624ef10ba11bcc6ba6c42c15 (patch) | |
tree | c289dcd74632410592af349f597d2dee36816c00 | |
parent | 24618f2b3b99007b62cd526f35a4b406d20861ec (diff) | |
download | php-git-72c9d907d324e6e5624ef10ba11bcc6ba6c42c15.tar.gz |
- And not here either...
-rw-r--r-- | ext/standard/php_filestat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h index 4c18392d06..10b04afeb7 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -56,9 +56,6 @@ PHP_FUNCTION(lchgrp); PHP_FUNCTION(chmod); #if HAVE_UTIME PHP_FUNCTION(touch); -# if HAVE_LTOUCH -PHP_FUNCTION(ltouch); -# endif #endif PHP_FUNCTION(clearstatcache); |