Commit dd07cfce authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-15756: Remove some garbage output

os_aio_print(): Remove output that should have been removed in
commit 5e62b6a5 (MDEV-16264).
parent 4725792b
......@@ -4160,10 +4160,6 @@ os_aio_print(FILE* file)
time_t current_time;
double time_elapsed;
fputs("Pending normal aio reads:", file);
putc('\n', file);
current_time = time(NULL);
time_elapsed = 0.001 + difftime(current_time, os_last_printout);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment