1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Fix warning (unused variable)

Submitted by:	LINT, -Werror
This commit is contained in:
Peter Wemm 2002-02-27 23:32:45 +00:00
parent c538dbe04d
commit b4925b6514
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91441

View File

@ -320,7 +320,6 @@ frentry_t *fr, **frptr;
{
mb_t *m;
#if defined(_KERNEL) && !SOLARIS
struct ifqueue *ifq;
int s;
#endif
frauth_t auth, *au = &auth, *fra;