Remove some stale FIXME markings.

This commit is contained in:
Milan Broz
2021-02-05 12:27:39 +01:00
parent d703301fe8
commit 4471452105
17 changed files with 9 additions and 30 deletions

View File

@@ -74,7 +74,7 @@ static long time_ms(struct rusage *start, struct rusage *end)
count_kernel_time = 1;
/*
* FIXME: if there is no self usage info, count system time.
* If there is no self usage info, count system time.
* This seem like getrusage() bug in some hypervisors...
*/
if (!end->ru_utime.tv_sec && !start->ru_utime.tv_sec &&
@@ -412,7 +412,6 @@ int crypt_pbkdf_perf(const char *kdf, const char *hash,
if (!kdf || !iterations_out || !memory_out)
return -EINVAL;
/* FIXME: whole limits propagation should be more clear here */
r = crypt_pbkdf_get_limits(kdf, &pbkdf_limits);
if (r < 0)
return r;