Remove unused NOEXCEPT macro

This commit is contained in:
Benoit Blanchon
2023-02-09 19:06:10 +01:00
parent de7afc2015
commit 3d8287265c

View File

@ -21,12 +21,6 @@
#endif #endif
#if __cplusplus >= 201103L
# define NOEXCEPT noexcept
#else
# define NOEXCEPT throw()
#endif
#if defined(__has_attribute) #if defined(__has_attribute)
# if __has_attribute(no_sanitize) # if __has_attribute(no_sanitize)
# define ARDUINOJSON_NO_SANITIZE(check) __attribute__((no_sanitize(check))) # define ARDUINOJSON_NO_SANITIZE(check) __attribute__((no_sanitize(check)))