[Libreoffice-commits] core.git: sal/osl
Tor Lillqvist
tml at collabora.com
Thu Jan 9 02:58:43 PST 2014
sal/osl/w32/file_url.cxx | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit b85d7b380af2cb4ea8b36e864d81c5284cd6d2ec
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Jan 9 12:20:57 2014 +0200
Bin duplicate definitions (already in file_error.h)
Change-Id: I82628046e8a40d45b0e711079e1cab9be89d69a9
diff --git a/sal/osl/w32/file_url.cxx b/sal/osl/w32/file_url.cxx
index 978b8db..51f1328 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\\"
More information about the Libreoffice-commits
mailing list