diff --git a/Xos.h b/Xos.h index 85486a9..2fbe07d 100644 --- a/Xos.h +++ b/Xos.h @@ -81,18 +81,6 @@ in this Software without prior written authorization from The Open Group. #endif #endif -#else - -#ifdef SYSV -#include -#define index strchr -#define rindex strrchr -#else -#include -#define strchr index -#define strrchr rindex -#endif - /* * strerror() */