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/wmemset.c | |
| parent | bfd122084264087c2eba6397857476b4dfb6a5e1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/wmemset.c')
| -rw-r--r-- | lib/libc/string/wmemset.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/string/wmemset.c b/lib/libc/string/wmemset.c index 7e36d1d8cc75..c4563859f001 100644 --- a/lib/libc/string/wmemset.c +++ b/lib/libc/string/wmemset.c @@ -47,8 +47,6 @@ wmemset(s, c, n) size_t i; wchar_t *p; - _DIAGASSERT(s != NULL); - p = (wchar_t *)s; for (i = 0; i < n; i++) { *p = c; |
