diff options
Diffstat (limited to 'lib/libc/string/wcsstr.c')
| -rw-r--r-- | lib/libc/string/wcsstr.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/string/wcsstr.c b/lib/libc/string/wcsstr.c index 2026352fed4d..f6eb89df92cb 100644 --- a/lib/libc/string/wcsstr.c +++ b/lib/libc/string/wcsstr.c @@ -47,9 +47,6 @@ wcsstr(big, little)  	const wchar_t *q;  	const wchar_t *r; -	_DIAGASSERT(big != NULL); -	_DIAGASSERT(little != NULL); -  	if (!*little) {  		/* LINTED interface specification */  		return (wchar_t *)big;  | 
