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