mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
fstab-util: remove unreachable return
This commit is contained in:
parent
d3ca25645f
commit
18f9ecd40c
@ -164,8 +164,6 @@ int fstab_is_mount_point_full(const char *where, const char *path) {
|
||||
if (r > 0 || (r < 0 && !ERRNO_IS_DEVICE_ABSENT(r)))
|
||||
return r;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
int fstab_filter_options(
|
||||
|
Loading…
Reference in New Issue
Block a user