mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove superfluous exit 0 added in r321702
atf_skip triggers equivalent functionality, which means the `exit 0` is unreachable code. PR: 220164 MFC after: 1 month MFC with: r321702
This commit is contained in:
parent
b8891d7c10
commit
2941d2d603
1 changed files with 0 additions and 1 deletions
|
|
@ -209,7 +209,6 @@ load_ggate()
|
|||
if ! kldstat -q -m g_${class}; then
|
||||
if ! geom ${class} load; then
|
||||
atf_skip "could not load module for geom class=${class}"
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue