1
0
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:
Mike Yuan 2024-03-11 15:27:04 +08:00
parent d3ca25645f
commit 18f9ecd40c
No known key found for this signature in database
GPG Key ID: 417471C0A40F58B3

View File

@ -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(