From b85d7b380af2cb4ea8b36e864d81c5284cd6d2ec Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 9 Jan 2014 12:20:57 +0200 Subject: Bin duplicate definitions (already in file_error.h) Change-Id: I82628046e8a40d45b0e711079e1cab9be89d69a9 --- sal/osl/w32/file_url.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sal') 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 #include -#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\\" -- cgit