summaryrefslogtreecommitdiff
path: root/libc/string/strlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strlen.c')
-rw-r--r--libc/string/strlen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/string/strlen.c b/libc/string/strlen.c
index 2edb6e4e8..021a8cabc 100644
--- a/libc/string/strlen.c
+++ b/libc/string/strlen.c
@@ -13,8 +13,6 @@
# define Wstrlen strlen
#endif
-libc_hidden_proto(Wstrlen)
-
size_t Wstrlen(const Wchar *s)
{
register const Wchar *p;