[Libreoffice-commits] core.git: tools/source

Tomas Turek osmman at gmail.com
Sun Mar 24 12:25:26 PDT 2013


 tools/source/fsys/unx.hxx    |    2 --
 tools/source/fsys/wntmsc.hxx |    1 -
 2 files changed, 3 deletions(-)

New commits:
commit d31bf8bf5524af62b48e59179ef7c2afc5096682
Author: Tomas Turek <osmman at gmail.com>
Date:   Sun Mar 24 20:14:49 2013 +0100

    Clean obsolete tools/filesystem abstraction
    
    Change-Id: I74f99c48b822644b26486a66d2f15386991154d6
    Reviewed-on: https://gerrit.libreoffice.org/2968
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Reviewed-by: Andras Timar <atimar at suse.com>
    Tested-by: Andras Timar <atimar at suse.com>

diff --git a/tools/source/fsys/unx.hxx b/tools/source/fsys/unx.hxx
index 8a3ee3b..bcc86ec 100644
--- a/tools/source/fsys/unx.hxx
+++ b/tools/source/fsys/unx.hxx
@@ -26,8 +26,6 @@
 #include <dirent.h>
 #include <unistd.h>
 
-#define DRIVE_EXISTS(c) ( TRUE )
-
 #define _mkdir(p)       mkdir(p, 0777)
 #define _rmdir          rmdir
 #define _chdir          chdir
diff --git a/tools/source/fsys/wntmsc.hxx b/tools/source/fsys/wntmsc.hxx
index bf83941..734a68f 100644
--- a/tools/source/fsys/wntmsc.hxx
+++ b/tools/source/fsys/wntmsc.hxx
@@ -50,7 +50,6 @@ typedef struct
     const char      *p;
 } DIR;
 
-#define PATHDELIMITER   ";"
 #define DEFSTYLE        FSYS_STYLE_NTFS
 #define MKDIR( p )      mkdir( p )
 #define CMP_LOWER(s)    ( s.toAsciiLowerCase() )


More information about the Libreoffice-commits mailing list