Skip to content

Commit 6a79795

Browse files
committed
fix
1 parent 516d1b8 commit 6a79795

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pstd/src/env.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ uint64_t Du(const std::string& path) {
195195
return 0;
196196
}
197197

198-
// 用 error_code 避免异常在老实现上导致问题
199198
std::error_code ec;
200199

201200
if (filesystem::is_symlink(path, ec) && !ec) {

0 commit comments

Comments
 (0)