cdefs: Remove __GNUCLIKE_BUILTIN_CONSTANT_P, it's unused

__GNUCLIKE_BUILTIN_CONSTANT_P is unused, remove it. Also remove it from
the generated cryptodevh.py script.

PR: 275221 (exp-run)
Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2023-11-20 15:40:55 -07:00
parent d2ec42ca57
commit eaaa7ca0c3
2 changed files with 0 additions and 3 deletions

View file

@ -74,8 +74,6 @@
#if defined(__GNUC__)
#define __GNUCLIKE_BUILTIN_CONSTANT_P 1
#if (__GNUC_MINOR__ > 95 || __GNUC__ >= 3)
#define __GNUCLIKE_BUILTIN_VARARGS 1
#define __GNUCLIKE_BUILTIN_STDARG 1

View file

@ -23,7 +23,6 @@ def __has_include(x): return 0
def __has_builtin(x): return 0
__GNUCLIKE_BUILTIN_CONSTANT_P = 1
__GNUCLIKE_BUILTIN_VARARGS = 1
__GNUCLIKE_BUILTIN_STDARG = 1
__GNUCLIKE_BUILTIN_VAALIST = 1