Remove stray return.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2017-06-13 19:02:12 +00:00
parent 08d94c6eab
commit 81c3737d95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319916

View File

@ -389,7 +389,6 @@ log_console(struct uio *uio)
msgbuftrigger = 1;
free(uio, M_IOV);
free(consbuffer, M_TEMP);
return;
}
int