'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

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))