From edf57013463eff6d3b40d8d5d933577f0e6cf8e3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 22 Mar 2013 09:00:32 +0200 Subject: SEARCHDELIM_C() was unused Change-Id: I64432470c3d53ec58d4bfe7ce5756f44bcfa5ac8 --- tools/source/fsys/comdep.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools') diff --git a/tools/source/fsys/comdep.hxx b/tools/source/fsys/comdep.hxx index 7d244a8775ed..80cd3a06c556 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) "." -- cgit