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

Tor Lillqvist tml at iki.fi
Fri Mar 22 00:38:15 PDT 2013


 tools/source/fsys/comdep.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit edf57013463eff6d3b40d8d5d933577f0e6cf8e3
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Mar 22 09:00:32 2013 +0200

    SEARCHDELIM_C() was unused
    
    Change-Id: I64432470c3d53ec58d4bfe7ce5756f44bcfa5ac8

diff --git a/tools/source/fsys/comdep.hxx b/tools/source/fsys/comdep.hxx
index 7d244a8..80cd3a0 100644
--- a/tools/source/fsys/comdep.hxx
+++ b/tools/source/fsys/comdep.hxx
@@ -25,8 +25,6 @@
 #define ACCESSDELIM_C(e)(char)\
                         ( ( e == FSYS_STYLE_NTFS ) ? '\\' : '/' )
 #define SEARCHDELIM(e)  ( (e == FSYS_STYLE_BSD) ? ":" : ";" )
-#define SEARCHDELIM_C(e)(char)\
-                        ( (e == FSYS_STYLE_BSD) ? ':' : ';' )
 #define ACTPARENT(e)    ".."
 #define ACTCURRENT(e)   "."
 


More information about the Libreoffice-commits mailing list