summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wcsspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/wcsspn.c')
-rw-r--r--lib/libc/string/wcsspn.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/string/wcsspn.c b/lib/libc/string/wcsspn.c
index 05dfe71..2f91f60 100644
--- a/lib/libc/string/wcsspn.c
+++ b/lib/libc/string/wcsspn.c
@@ -46,9 +46,6 @@ wcsspn(s, set)
const wchar_t *p;
const wchar_t *q;
- _DIAGASSERT(s != NULL);
- _DIAGASSERT(set != NULL);
-
p = s;
while (*p) {
q = set;
OpenPOWER on IntegriCloud