comment was nonsens

This commit is contained in:
dwarning 2007-11-14 20:25:39 +00:00
parent c4d1e93222
commit 6c9f3ecc09
1 changed files with 0 additions and 2 deletions

View File

@ -370,8 +370,6 @@ bcopy(const void *vfrom, void *vto, size_t num)
#endif
#ifndef bzero
/* can't declare void here, because we've already used it in this file */
/* and haven't declared it void before the use */
void
bzero(void *vptr, size_t num)
{