removed unused sal macro (SAL_FIELDOFFSET)

Change-Id: I5b4b70ecc87efc943afe8a408140ef91e108e0a3
This commit is contained in:
Norbert Thiebaud
2012-09-14 00:56:54 -05:00
parent 2dfe34ce0e
commit a13c3a68df

View File

@@ -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 )
/*