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; } }