mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321703
@ -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 New Issue
Block a user