summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wcscat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/wcscat.c')
-rw-r--r--lib/libc/string/wcscat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/string/wcscat.c b/lib/libc/string/wcscat.c
index ce6bc58..25161d3 100644
--- a/lib/libc/string/wcscat.c
+++ b/lib/libc/string/wcscat.c
@@ -46,9 +46,6 @@ wcscat(s1, s2)
wchar_t *q;
const wchar_t *r;
- _DIAGASSERT(s1 != NULL);
- _DIAGASSERT(s2 != NULL);
-
p = s1;
while (*p)
p++;
OpenPOWER on IntegriCloud