summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-01-09 12:20:57 +0200
committerTor Lillqvist <tml@collabora.com>2014-01-09 12:58:03 +0200
commitb85d7b380af2cb4ea8b36e864d81c5284cd6d2ec (patch)
tree5754645cd8ee0ae6fa88680d44837157468a41bd /sal
parent5695281404f144d5f44e98358ff81d7e18d1e3ac (diff)
Bin duplicate definitions (already in file_error.h)
Change-Id: I82628046e8a40d45b0e711079e1cab9be89d69a9
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/file_url.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sal/osl/w32/file_url.cxx b/sal/osl/w32/file_url.cxx
index 978b8db29046..51f132865d4e 100644
--- a/sal/osl/w32/file_url.cxx
+++ b/sal/osl/w32/file_url.cxx
@@ -35,12 +35,6 @@
#include <stdio.h>
#include <tchar.h>
-#if OSL_DEBUG_LEVEL > 0
-#define OSL_ENSURE_FILE( cond, msg, file ) ( (cond) ? (void)0 : _osl_warnFile( msg, file ) )
-#else
-#define OSL_ENSURE_FILE( cond, msg, file ) ((void)0)
-#endif
-
#define WSTR_SYSTEM_ROOT_PATH L"\\\\.\\"
#define WSTR_LONG_PATH_PREFIX L"\\\\?\\"
#define WSTR_LONG_PATH_PREFIX_UNC L"\\\\?\\UNC\\"