diff options
-rw-r--r-- | sys/dev/snp/snp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 29ddf48..b8343a9 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -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)) |