Remove redundant drop

This commit is contained in:
Johannes Altmanninger 2024-10-06 07:59:31 +02:00
parent 521498143a
commit 33bcf4d0ce

View file

@ -756,8 +756,6 @@ impl HistoryImpl {
// We did it
done = true;
}
drop(target_fd_after);
}
// Ensure we never leave the old file around