From 7aa9c2486c2d85a8de6204ab3734f457d450cdb6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 19 Sep 2009 02:09:48 +0200 Subject: remove a few more empty #if/#endif pairs Signed-off-by: Denys Vlasenko --- libc/string/strncasecmp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/string/strncasecmp.c') diff --git a/libc/string/strncasecmp.c b/libc/string/strncasecmp.c index b290e5a22..2af305e16 100644 --- a/libc/string/strncasecmp.c +++ b/libc/string/strncasecmp.c @@ -21,8 +21,6 @@ # ifdef __UCLIBC_DO_XLOCALE # define TOLOWER(C) tolower_l((C), locale_arg) # else -#if !defined __UCLIBC_HAS_XLOCALE__ && defined __UCLIBC_HAS_CTYPE_TABLES__ -#endif # define TOLOWER(C) tolower((C)) # endif #endif -- cgit v1.2.3