mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
cdefs.h: Remove __GNUCLIKE___OFFSETOF, it's unused
__GNUCLIKE___OFFSETOF is unreferenced in the tree, remove it as long obsolete. Sponsored by: Netflix
This commit is contained in:
parent
a709a4f0d4
commit
42f3faa762
2 changed files with 0 additions and 2 deletions
|
|
@ -84,7 +84,6 @@
|
|||
#define __GNUCLIKE_ASM 2
|
||||
#endif
|
||||
#define __GNUCLIKE___TYPEOF 1
|
||||
#define __GNUCLIKE___OFFSETOF 1
|
||||
#define __GNUCLIKE___SECTION 1
|
||||
|
||||
#define __GNUCLIKE_CTOR_SECTION_HANDLING 1
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ def __has_builtin(x): return 0
|
|||
__GNUCLIKE_ASM = 3
|
||||
__GNUCLIKE_ASM = 2
|
||||
__GNUCLIKE___TYPEOF = 1
|
||||
__GNUCLIKE___OFFSETOF = 1
|
||||
__GNUCLIKE___SECTION = 1
|
||||
__GNUCLIKE_CTOR_SECTION_HANDLING = 1
|
||||
__GNUCLIKE_BUILTIN_CONSTANT_P = 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue