]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fstab-util: remove unreachable return
authorMike Yuan <me@yhndnzj.com>
Mon, 11 Mar 2024 07:27:04 +0000 (15:27 +0800)
committerMike Yuan <me@yhndnzj.com>
Mon, 11 Mar 2024 07:27:04 +0000 (15:27 +0800)
src/shared/fstab-util.c

index 0a3b2ce5d3a300e33e9bbb5f0172b21fcdd1027f..eac5bb8d3b063ac2688395713445711b12394f68 100644 (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(