From 50218435dbeaa3574afa8d0acc76bcacf5488ecf Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Thu, 4 Dec 2025 14:00:32 -0500 Subject: [PATCH] lib: (procfs.c) remove extraneous return statement Signed-off-by: Christian Goeschel Ndjomouo --- lib/procfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/procfs.c b/lib/procfs.c index 47cc8eea2..ca34e54b0 100644 --- a/lib/procfs.c +++ b/lib/procfs.c @@ -414,7 +414,6 @@ int fd_is_procfs(int fd) } while (ret != 0); return F_TYPE_EQUAL(st.f_type, STATFS_PROC_MAGIC); - return 0; } #else int fd_is_procfs(int fd __attribute__((__unused__))) -- 2.47.3