From 8dc6ebac4b1b406969fb5698505f0c88a1b7d80b Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 11 Apr 2013 12:11:34 +0200 Subject: [PATCH] init: kill unused mlock_size Signed-off-by: Jens Axboe --- init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/init.c b/init.c index 8c80298e..634dda20 100644 --- a/init.c +++ b/init.c @@ -45,7 +45,6 @@ int exitall_on_terminate = 0; int output_format = FIO_OUTPUT_NORMAL; int eta_print = FIO_ETA_AUTO; int eta_new_line = 0; -unsigned long long mlock_size = 0; FILE *f_out = NULL; FILE *f_err = NULL; char **job_sections = NULL; -- 2.25.1