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