mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 22:21:15 -03:00
Remove redundant drop
This commit is contained in:
@@ -756,8 +756,6 @@ fn save_internal_via_rewrite(&mut self) {
|
||||
// We did it
|
||||
done = true;
|
||||
}
|
||||
|
||||
drop(target_fd_after);
|
||||
}
|
||||
|
||||
// Ensure we never leave the old file around
|
||||
|
||||
Reference in New Issue
Block a user