remove unused socket pointer

This commit is contained in:
Alfred Perlstein 2002-01-13 22:15:18 +00:00
parent 9e209b124a
commit 6c697c900f

View file

@ -161,7 +161,6 @@ portal_unmount(mp, mntflags, td)
struct thread *td;
{
int error, flags = 0;
struct socket *so;
if (mntflags & MNT_FORCE)