From 839094e2e8d1a9b2c47330bdc0ee96cbcbb55038 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 6 Jan 2004 17:33:46 +0000 Subject: INTEGRATION: CWS vclcleanup02 (1.3.102); FILE MERGED 2003/12/04 17:24:39 mt 1.3.102.1: #i23061# Removed SUPD and unused code --- tools/source/fsys/unx.cxx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'tools') diff --git a/tools/source/fsys/unx.cxx b/tools/source/fsys/unx.cxx index af86ee343c15..a6f139da060a 100644 --- a/tools/source/fsys/unx.cxx +++ b/tools/source/fsys/unx.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unx.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:04:04 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:33:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -519,13 +519,6 @@ FileStat::FileStat( const void *, const void * ): |* Letzte Aenderung MA 07.11.91 |* *************************************************************************/ -#if SUPD < 345 -BOOL FileStat::Update( const DirEntry& rDirEntry ) -{ - return Update( rDirEntry, FALSE ); -} -#endif - BOOL FileStat::Update( const DirEntry& rDirEntry, BOOL bAccessRemovableDevice ) { -- cgit