Skip to content

Commit

Permalink
Fixup: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm committed Dec 14, 2024
1 parent 96e8748 commit 74656d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/S3File.cc
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ int S3File::Fstat(struct stat *buff) {
buff->st_dev = 0;
buff->st_ino = 0;
}
if (!buff) {
return 0;
}

return 0;
}
Expand Down

0 comments on commit 74656d0

Please sign in to comment.