diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-22 10:15:27 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-22 10:15:27 +0000 |
commit | 93f4a4431b78a9c1ef0a2bc6b32915b162ed31b5 (patch) | |
tree | 89ab58845a0fd6e579ecb066c7984faf6c962f56 /libc/sysdeps/linux | |
parent | 7f07b8deffa7eaea0cbab9e84503b7644a6b6f8e (diff) |
remove stray comment (the identical one is just a few lines down)
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_locale.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_locale.h b/libc/sysdeps/linux/common/bits/uClibc_locale.h index 6a5cab0e4..0ac12578e 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_locale.h +++ b/libc/sysdeps/linux/common/bits/uClibc_locale.h @@ -301,8 +301,6 @@ typedef struct __uclibc_locale_struct { const char *era_d_t_fmt; const char *era_t_fmt; - /* collate is at the end */ - /* messages */ const char *yesexpr; const char *noexpr; |