diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-16 14:34:47 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-16 14:34:47 +0000 |
| commit | 9d3618b99999a5d2d1ea3f608025fceaa7e19f6e (patch) | |
| tree | 6a9a82c28395e8bc55692f8f338e03ac291ddcb0 /lib/libc/string/wcscat.c | |
| parent | bfd122084264087c2eba6397857476b4dfb6a5e1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/wcscat.c')
| -rw-r--r-- | lib/libc/string/wcscat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/string/wcscat.c b/lib/libc/string/wcscat.c index ce6bc588f313..25161d339334 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++; |
