mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unneeded return left from refactoring.
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
fc6eef7aa8
commit
3733897532
1 changed files with 0 additions and 2 deletions
|
|
@ -274,8 +274,6 @@ filemon_close_log(struct filemon *filemon)
|
|||
sx_xunlock(&filemon->lock);
|
||||
fdrop(fp, curthread);
|
||||
sx_xlock(&filemon->lock);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue