mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-22 19:42:59 +08:00
Remove redundant drop
This commit is contained in:
parent
521498143a
commit
33bcf4d0ce
|
@ -756,8 +756,6 @@ impl HistoryImpl {
|
|||
// We did it
|
||||
done = true;
|
||||
}
|
||||
|
||||
drop(target_fd_after);
|
||||
}
|
||||
|
||||
// Ensure we never leave the old file around
|
||||
|
|
Loading…
Reference in New Issue
Block a user