Remove the X_OK define, it is unused.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4188)
This commit is contained in:
Pauli 2017-08-22 07:29:41 +10:00
parent cd420b0b1f
commit 9590da2cd6

View File

@ -38,7 +38,6 @@
#ifndef W_OK
# define F_OK 0
# define X_OK 1
# define W_OK 2
# define R_OK 4
#endif