diff options
Diffstat (limited to 'include/shell.h')
-rw-r--r-- | include/shell.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |