From bccef7f6d9f28d4d60dc3d0ba70aaa552f096cb9 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 11 Jan 2017 10:20:35 +0000 Subject: Consolidate __NetBSD__ #ifdef MFC after: 3 days --- contrib/netbsd-tests/lib/libc/regex/debug.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/netbsd-tests/lib/libc/regex/debug.c') diff --git a/contrib/netbsd-tests/lib/libc/regex/debug.c b/contrib/netbsd-tests/lib/libc/regex/debug.c index 3fc6d5b5867aa..22f0b90d2272c 100644 --- a/contrib/netbsd-tests/lib/libc/regex/debug.c +++ b/contrib/netbsd-tests/lib/libc/regex/debug.c @@ -48,9 +48,7 @@ #ifdef __NetBSD__ static void s_print(struct re_guts *, FILE *); static char *regchar(int); -#endif -#ifdef __NetBSD__ /* * regprint - print a regexp for debugging */ -- cgit v1.2.3