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:
parent
a9032e75b2
commit
101823b1a1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86419
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user