From 5613f52921ea63b119af14db355922860f742add Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 6 Jan 2004 17:33:22 +0000 Subject: INTEGRATION: CWS vclcleanup02 (1.1.1.1.200); FILE MERGED 2003/12/04 17:24:38 mt 1.1.1.1.200.1: #i23061# Removed SUPD and unused code --- tools/source/fsys/os2.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tools/source') diff --git a/tools/source/fsys/os2.cxx b/tools/source/fsys/os2.cxx index f65956b7926e..d8e2353cd125 100644 --- a/tools/source/fsys/os2.cxx +++ b/tools/source/fsys/os2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: os2.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:03:07 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:33:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -778,7 +778,6 @@ BOOL FileStat::Update( const DirEntry& rDirEntry, BOOL bAccessRemovableDevice ) return TRUE; } -#if SUPD>364 BOOL IsRedirectable_Impl( const String &rPath ) { if ( rPath.Len() >= 3 && ':' == rPath.GetStr()[1] ) @@ -788,8 +787,6 @@ BOOL IsRedirectable_Impl( const String &rPath ) } return FALSE; } -#endif - const char* TempDirImpl( char *pBuf ) { #if defined( __BORLANDC__ ) && (__BORLANDC__ < 0x0460) -- cgit