From 2abb080aef97be3f24f14fff0b5e2dbbabb6d9a7 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 15 Oct 2007 14:52:47 +0000 Subject: INTEGRATION: CWS dmake411 (1.8.2); FILE MERGED 2007/09/22 23:05:37 vq 1.8.2.1: #i81855# Clean-up merge from CWS os2port01. --- dmake/unix/dcache.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'dmake/unix') diff --git a/dmake/unix/dcache.c b/dmake/unix/dcache.c index ae2f4e1294d3..e0ebf59da553 100644 --- a/dmake/unix/dcache.c +++ b/dmake/unix/dcache.c @@ -1,6 +1,6 @@ /* $RCSfile: dcache.c,v $ --- $Revision: 1.8 $ --- last change: $Author: vg $ $Date: 2007-09-20 14:34:51 $ +-- $Revision: 1.9 $ +-- last change: $Author: ihi $ $Date: 2007-10-15 15:52:47 $ -- -- SYNOPSIS -- Directory cache management routines. @@ -84,8 +84,6 @@ static DirEntryPtr dtab[HASH_TABLE_SIZE]; * the result then stat the file anyway and update the internal cache. */ -#ifndef __EMX__ - PUBLIC time_t CacheStat(path, force) char *path; @@ -223,5 +221,3 @@ int force; FREE(fpath); return(!ep ? (time_t)0L : ((STOBOOL(Augmake) && ep->isdir)?0L:ep->mtime)); } - -#endif // __EMX__ -- cgit v1.2.3