diff options
Diffstat (limited to 'winsup/cygwin/regex/regexec.c')
-rw-r--r-- | winsup/cygwin/regex/regexec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/regex/regexec.c b/winsup/cygwin/regex/regexec.c index ad12ada41..c400578b8 100644 --- a/winsup/cygwin/regex/regexec.c +++ b/winsup/cygwin/regex/regexec.c @@ -62,10 +62,6 @@ __FBSDID("$FreeBSD: src/lib/libc/regex/regexec.c,v 1.8 2007/06/11 03:05:54 delph #include "utils.h" #include "regex2.h" -#ifdef __CYGWIN__ -#define __unused __attribute__ ((unused)) -#endif - static int nope __unused = 0; /* for use in asserts; shuts lint up */ static __inline size_t |