From 72c9d907d324e6e5624ef10ba11bcc6ba6c42c15 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 5 Mar 2006 19:02:11 +0000 Subject: [PATCH] - And not here either... --- ext/standard/php_filestat.h | 3 --- 1 file changed, 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); -- 2.50.1