summaryrefslogtreecommitdiff
path: root/sal/inc/sal/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/sal/macros.h')
-rw-r--r--sal/inc/sal/macros.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sal/inc/sal/macros.h b/sal/inc/sal/macros.h
index a1f42c3f260d..5ccdee3c4e5d 100644
--- a/sal/inc/sal/macros.h
+++ b/sal/inc/sal/macros.h
@@ -39,10 +39,6 @@
# define SAL_MIN(a,b) (((a) < (b)) ? (a) : (b))
#endif
-#ifndef SAL_FIELDOFFSET
-# define SAL_FIELDOFFSET(type, field) ((sal_Int32)(&((type *)16)->field) - 16)
-#endif
-
#ifndef SAL_N_ELEMENTS
# if defined(__cplusplus) && ( defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L )
/*