From 264bf1c5d7a89a27787e8763ba030a67ce2464c5 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 21 Nov 2025 14:52:39 -0600 Subject: [PATCH] fs_stat.hpp --- src/fs_stat.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/fs_stat.hpp b/src/fs_stat.hpp index 0a0fbdf0..abaa1551 100644 --- a/src/fs_stat.hpp +++ b/src/fs_stat.hpp @@ -98,9 +98,7 @@ namespace fs return rv; } - int i = sc(follow_); - // auto s = fmt::format("Should never reach this: follow_={}",sc(follow_)); - // DIE("{}",s); + DIE("Should never reach this: follow_={}",sc(follow_)); return -EINVAL; } }