[Ada] Remove unused define

gcc/ada/

	* s-oscons-tmplt.c (MSG_WAITALL): Remove wrong #ifdef
	__MINWGW32__.
This commit is contained in:
Dmitriy Anisimkov 2021-05-20 22:58:31 +06:00 committed by Pierre-Marie de Rodat
parent 2c03e97c5a
commit a5b5c7c284

View file

@ -1463,14 +1463,8 @@ CND(MSG_PEEK, "Peek at incoming data")
CND(MSG_EOR, "Send end of record")
#ifndef MSG_WAITALL
#ifdef __MINWGW32__
/* The value of MSG_WAITALL is 8. Nevertheless winsock.h doesn't
define it, but it is still usable as we link to winsock2 API. */
# define MSG_WAITALL (1 << 3)
#else
# define MSG_WAITALL -1
#endif
#endif
CND(MSG_WAITALL, "Wait for full reception")
#ifndef MSG_NOSIGNAL