remove unused STDC_HEADERS definition (#835)

This commit is contained in:
Joey Parrish 2022-07-01 16:03:18 -07:00 committed by GitHub
parent 79d692c645
commit c515e1ae2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,9 +180,6 @@
/* The size of `void *', as computed by sizeof. */
#cmakedefine SIZEOF_VOID_P ${SIZEOF_VOID_P}
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS
/* the namespace where STL code like vector<> is defined */
#cmakedefine STL_NAMESPACE ${STL_NAMESPACE}