diff options
Diffstat (limited to 'libc/unistd/usershell.c')
-rw-r--r-- | libc/unistd/usershell.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/unistd/usershell.c b/libc/unistd/usershell.c index 46b1b98ad..10c5bf1a5 100644 --- a/libc/unistd/usershell.c +++ b/libc/unistd/usershell.c @@ -42,10 +42,6 @@ #if defined __USE_BSD || (defined __USE_XOPEN && !defined __USE_UNIX98) -#ifdef __UCLIBC_HAS_XLOCALE__ -#elif defined __UCLIBC_HAS_CTYPE_TABLES__ -#endif - /* * Local shells should NOT be added here. They should be added in * /etc/shells. |