diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-10 10:50:01 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-10 10:50:01 +0100 |
commit | 3e223e6c18912091bf75b77f9c7ae2ded0063037 (patch) | |
tree | 8eb29a1d2448895f50b0b1097955ce6ba47e5b72 /include | |
parent | 5ab9845ea03ba2c356e58617daeab6b306959380 (diff) |
_wctype.c, wctype.h: remove unused isw* and wctype_l hidden functions
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/wctype.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wctype.h b/include/wctype.h index 7b697d2b0..79f36eb8c 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -305,7 +305,6 @@ extern int iswblank_l (wint_t __wc, __locale_t __locale) __THROW; by the string argument PROPERTY. */ extern wctype_t wctype_l (__const char *__property, __locale_t __locale) __THROW; -libc_hidden_proto(wctype_l) /* Determine whether the wide-character WC has the property described by DESC. */ |