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