diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-25 00:14:56 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-25 00:14:56 +0000 |
| commit | 373389753248b1ca58561fb4d7f2fe54385d8993 (patch) | |
| tree | 275a1bc5c5422c90a56ced7aff8b0582b8881f39 /sys/dev/filemon | |
| parent | fc6eef7aa8be0cd63f0d5a90840029107c027069 (diff) | |
Notes
Diffstat (limited to 'sys/dev/filemon')
| -rw-r--r-- | sys/dev/filemon/filemon.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/filemon/filemon.c b/sys/dev/filemon/filemon.c index 564d0f16fb09..10f27ad1c333 100644 --- a/sys/dev/filemon/filemon.c +++ b/sys/dev/filemon/filemon.c @@ -274,8 +274,6 @@ filemon_close_log(struct filemon *filemon) sx_xunlock(&filemon->lock); fdrop(fp, curthread); sx_xlock(&filemon->lock); - - return; } /* |
