mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
Remove redundant drop
This commit is contained in:
parent
521498143a
commit
33bcf4d0ce
1 changed files with 0 additions and 2 deletions
|
@ -756,8 +756,6 @@ impl HistoryImpl {
|
||||||
// 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
|
||||||
|
|
Loading…
Reference in a new issue