diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-03-11 08:27:04 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-03-11 08:27:04 +0100 |
commit | 18f9ecd40c67147590cad1f3bc30924b2de0562c (patch) | |
tree | 120b4a3a1e36385349c01faa4fa2b3ff81007870 /src/shared/fstab-util.c | |
parent | hwdb: Add touchpad configuration for ThinkPad E495 (diff) | |
download | systemd-18f9ecd40c67147590cad1f3bc30924b2de0562c.tar.xz systemd-18f9ecd40c67147590cad1f3bc30924b2de0562c.zip |
fstab-util: remove unreachable return
Diffstat (limited to 'src/shared/fstab-util.c')
-rw-r--r-- | src/shared/fstab-util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/fstab-util.c b/src/shared/fstab-util.c index 0a3b2ce5d3..eac5bb8d3b 100644 --- a/src/shared/fstab-util.c +++ b/src/shared/fstab-util.c @@ -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( |