From 0f3b0d67aaf4adf74039232bbd80bb909fbda23a Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 26 Oct 2005 17:06:04 +0200 Subject: [PATCH] [PATCH] fio: malloc debug cruft --- fio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fio.c b/fio.c index 8a15b15..c7c0b1c 100644 --- a/fio.c +++ b/fio.c @@ -1691,13 +1691,11 @@ static int parse_jobs_ini(char *file) continue; } if (!check_str(p, "mem", "malloc")) { - printf("got malloc\n"); td->mem_type = MEM_MALLOC; fgetpos(f, &off); continue; } if (!check_str(p, "mem", "shm")) { - printf("got shm\n"); td->mem_type = MEM_SHM; fgetpos(f, &off); continue; -- 2.25.1