From 4c1493a5ec7b48170e5edce24ccebdf925c62a17 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 30 Mar 2020 16:05:46 -0400 Subject: Fix shell command benchmarking --- include/shell.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/shell.h') diff --git a/include/shell.h b/include/shell.h index 44637e7..8b322cd 100644 --- a/include/shell.h +++ b/include/shell.h @@ -10,7 +10,6 @@ #define SHELL_BENCHMARK 1 << 2 typedef struct { - struct timespec start_time, stop_time; double time_elapsed; int returncode; char *output; -- cgit