diff options
Diffstat (limited to 'lib/libc/string/wcscspn.c')
| -rw-r--r-- | lib/libc/string/wcscspn.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/string/wcscspn.c b/lib/libc/string/wcscspn.c index ad52f44ecce8..10a3e8064790 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; |
