summaryrefslogtreecommitdiff
path: root/libc/sysdeps
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-12-22 04:20:11 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-12-22 04:20:11 +0000
commitee5c521918299702920667f4a2c1a6916791d421 (patch)
tree9c712b9bd71776cd87ab8183fd250e13d5796776 /libc/sysdeps
parent4274e516239b34c5cd9ea2c60c11802e28244c99 (diff)
Remove unused macros
Diffstat (limited to 'libc/sysdeps')
-rw-r--r--libc/sysdeps/linux/common/bits/uClibc_ctype.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_ctype.h b/libc/sysdeps/linux/common/bits/uClibc_ctype.h
index 0b02c5dbf..76c658afa 100644
--- a/libc/sysdeps/linux/common/bits/uClibc_ctype.h
+++ b/libc/sysdeps/linux/common/bits/uClibc_ctype.h
@@ -189,21 +189,6 @@ __END_DECLS
/**********************************************************************/
#ifdef __GNUC__
-#define __isbody_C_macro(f,args) __C_ ## f args
-
-#define __isbody(f,c) \
- (__extension__ ({ \
- int __res; \
- if (sizeof(c) > sizeof(char)) { \
- int __c = (c); \
- __res = __isbody_C_macro(f,(__c)); \
- } else { \
- unsigned char __c = (c); \
- __res = __isbody_C_macro(f,(__c)); \
- } \
- __res; \
- }))
-
#define __body_C_macro(f,args) __C_ ## f args
#define __body(f,c) \