summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wcscspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/wcscspn.c')
-rw-r--r--lib/libc/string/wcscspn.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/string/wcscspn.c b/lib/libc/string/wcscspn.c
index ad52f44..10a3e80 100644
--- a/lib/libc/string/wcscspn.c
+++ b/lib/libc/string/wcscspn.c
@@ -46,9 +46,6 @@ wcscspn(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