summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/source/fsys/comdep.hxx2
1 files changed, 0 insertions, 2 deletions
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) "."