Skip to content

Commit

Permalink
comment unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Dec 6, 2024
1 parent 9db3a60 commit 268e8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encryptedfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@ impl EncryptedFs {
(writer.stream_position()?, len)
};

let size = ctx.attr.size;
// let size = ctx.attr.size;
if pos > ctx.attr.size {
// if we write pass file size set the new size
debug!("setting new file size {}", pos);
Expand Down

0 comments on commit 268e8b5

Please sign in to comment.