mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-17 13:50:06 +01:00
Remove some stale FIXME markings.
This commit is contained in:
@@ -387,7 +387,6 @@ static void tools_time_progress(uint64_t device_size, uint64_t bytes, struct too
|
||||
mbytes = bytes / 1024 / 1024;
|
||||
uib = (double)(bytes - parms->start_offset) / tdiff;
|
||||
|
||||
/* FIXME: calculate this from last minute only. */
|
||||
eta = (unsigned long long)(device_size / uib - tdiff);
|
||||
|
||||
if (uib > 1073741824.0f) {
|
||||
|
||||
Reference in New Issue
Block a user