summaryrefslogtreecommitdiff
path: root/include/osl/diagnose.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/diagnose.h')
-rw-r--r--include/osl/diagnose.h6
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