summaryrefslogtreecommitdiff
path: root/libc/string/strrchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strrchr.c')
-rw-r--r--libc/string/strrchr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/strrchr.c b/libc/string/strrchr.c
index 253c4166d..db12bbc7c 100644
--- a/libc/string/strrchr.c
+++ b/libc/string/strrchr.c
@@ -10,7 +10,6 @@
#ifdef WANT_WIDE
# define Wstrrchr wcsrchr
#else
-/* Experimentally off - libc_hidden_proto(strrchr) */
# define Wstrrchr strrchr
#endif