Commit 9590da2c authored by Pauli's avatar Pauli
Browse files

Remove the X_OK define, it is unused.

parent cd420b0b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@

#ifndef W_OK
# define F_OK 0
# define X_OK 1
# define W_OK 2
# define R_OK 4
#endif