parse: remove dead code
[fio.git] / client.c
index d502a4b34d4c57a060d96f3c24d4436f4a0bf9bb..228a0dbf9a775d6c251d9d3deec20961291e3dac 100644 (file)
--- a/client.c
+++ b/client.c
@@ -55,9 +55,9 @@ static FLIST_HEAD(eta_list);
 
 static FLIST_HEAD(arg_list);
 
-struct thread_stat client_ts;
-struct group_run_stats client_gs;
-int sum_stat_clients;
+static struct thread_stat client_ts;
+static struct group_run_stats client_gs;
+static int sum_stat_clients;
 
 static int sum_stat_nr;
 static struct json_object *root = NULL;