meson: remove unused HAVE_STATIC_ASSERT

We assume C11 compilers have support for static_assert() and _Static_assert
since 6be0e8af6b.
This commit is contained in:
Steve Lhomme 2023-02-27 07:49:09 +01:00 committed by Jean-Baptiste Kempf
parent 6bdb0bc002
commit 2ff4c82bb8
1 changed files with 0 additions and 3 deletions

View File

@ -449,9 +449,6 @@
/* Define to 1 if you have the sincos function. */
#mesondefine HAVE_SINCOS
/* Define to 1 if <assert.h> defines static_assert. */
#mesondefine HAVE_STATIC_ASSERT
/* Define to 1 if you have the `strcasecmp' function. */
#mesondefine HAVE_STRCASECMP