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