From 6d42b3188c8211c9f49eec0b70f3219645286301 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 21 Nov 2025 13:57:06 -0600 Subject: [PATCH] fs_stat.hpp --- src/fs_stat.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/fs_stat.hpp b/src/fs_stat.hpp index c1baadd6..1504ec51 100644 --- a/src/fs_stat.hpp +++ b/src/fs_stat.hpp @@ -98,8 +98,9 @@ namespace fs return rv; } - auto s = fmt::format("Should never reach this: follow_={}",sc(follow_)); - DIE("{}",s); + auto i = sc(follow_); + // auto s = fmt::format("Should never reach this: follow_={}",sc(follow_)); + // DIE("{}",s); return -EINVAL; } }