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