removed unused sal macro (SAL_FIELDOFFSET)
Change-Id: I5b4b70ecc87efc943afe8a408140ef91e108e0a3
This commit is contained in:
@@ -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 )
|
||||
/*
|
||||
|
Reference in New Issue
Block a user