diff options
author | Michaël Lefèvre <lefevre00@yahoo.fr> | 2014-04-07 16:10:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-08 11:18:19 +0200 |
commit | df2c663fef3435a8c3d541b364780876229ccd29 (patch) | |
tree | d3f92a558ba61261d724b7745bd06392ff6abb35 /include/osl | |
parent | 81e7f75f472e7264750de8063b32f4348a40a628 (diff) |
fdo#43157 [API CHANGE] Remove deprecated _OSL_GLOBAL
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Conflicts:
include/osl/diagnose.h
Change-Id: Ie2e6b7a8546318bdd8b81261bef46bf92c0c125f
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/diagnose.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/osl/diagnose.h b/include/osl/diagnose.h index 4137d21c6c5b..e64160c3d894 100644 --- a/include/osl/diagnose.h +++ b/include/osl/diagnose.h @@ -114,12 +114,6 @@ #define OSL_POSTCOND(c, m) OSL_ENSURE(c, m) -#ifdef __cplusplus -#define _OSL_GLOBAL :: -#else -#define _OSL_GLOBAL -#endif /* __cplusplus */ - /* the macro OSL_THIS_FUNC is intended to be an office internal macro for now */ /* copied from boost/current_function.hpp to make it usable from C * sources as well |