1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

'error' is now unused, since its only purpose was to catch the

results of suser_td().
This commit is contained in:
Robert Watson 2001-11-15 19:42:08 +00:00
parent a9032e75b2
commit 101823b1a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86419

View File

@ -381,7 +381,6 @@ snpopen(dev, flag, mode, td)
struct thread *td;
{
struct snoop *snp;
int error;
if (dev->si_drv1 == NULL) {
if (!(dev->si_flags & SI_NAMED))