mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-22 22:48:32 +08:00
Remove redundant drop
This commit is contained in:
parent
521498143a
commit
33bcf4d0ce
|
@ -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 New Issue
Block a user