From fe075edc27a1fc301c31cfdff5ddbc83e52d929f Mon Sep 17 00:00:00 2001 From: Michaël Lefèvre Date: Mon, 7 Apr 2014 15:33:26 +0200 Subject: fdo#43157 : [API CHANGE] Remove OSL_THIS_FILE Change-Id: Ifa6bdb2f2bdf96826f09c42a1e36d97ed6e034cd Reviewed-on: https://gerrit.libreoffice.org/8886 Reviewed-by: Stephan Bergmann Tested-by: Stephan Bergmann --- include/osl/diagnose.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/osl/diagnose.h b/include/osl/diagnose.h index e64160c3d894..fdae8cc8eba7 100644 --- a/include/osl/diagnose.h +++ b/include/osl/diagnose.h @@ -87,8 +87,6 @@ #define OSL_DEBUG_LEVEL 0 #endif -#define OSL_THIS_FILE __FILE__ - /* the macro OSL_LOG_PREFIX is intended to be an office internal macro for now it is deprecated and superseded by (C++ only) SAL_WHERE -- cgit