From: Mike Yuan Date: Mon, 11 Mar 2024 07:27:04 +0000 (+0800) Subject: fstab-util: remove unreachable return X-Git-Tag: v256-rc1~577^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18f9ecd40c67147590cad1f3bc30924b2de0562c;p=thirdparty%2Fsystemd.git fstab-util: remove unreachable return --- diff --git a/src/shared/fstab-util.c b/src/shared/fstab-util.c index 0a3b2ce5d3a..eac5bb8d3b0 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(