summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wcsstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/wcsstr.c')
-rw-r--r--lib/libc/string/wcsstr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/string/wcsstr.c b/lib/libc/string/wcsstr.c
index 2026352..f6eb89d 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;
OpenPOWER on IntegriCloud