1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Remove a duplicate code.

This commit is contained in:
Yoshihiro Takahashi 2004-10-30 12:34:25 +00:00
parent 0516c8dd4a
commit 56f0c46a3b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137068

View File

@ -1947,7 +1947,6 @@ fd_attach(device_t dev)
g_post_event(fd_attach2, fd, M_WAITOK, NULL);
fd->flags |= FD_EMPTY;
bioq_init(&fd->fd_bq);
return (0);
return (0);
}