config_make.h.in: remove __sentinel

We haven't used this attribute for a while
This commit is contained in:
Aaron Gyes 2019-10-22 16:27:12 -07:00
parent 66938d206a
commit 5fa9fb52aa

View File

@ -165,10 +165,6 @@
#ifndef __warn_unused
#define __warn_unused __attribute__ ((warn_unused_result))
#endif
#ifndef __sentinel
#define __sentinel __attribute__ ((sentinel))
#endif
#else
#define __warn_unused
#define __sentinel
#endif