aboutsummaryrefslogtreecommitdiff
path: root/include/shell.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-03-30 16:05:46 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-03-30 16:05:46 -0400
commit4c1493a5ec7b48170e5edce24ccebdf925c62a17 (patch)
tree81dbcf6efb2eef9d77a80b674906c039fad4ff4b /include/shell.h
parent81a87ac139e26b1746c0370a4453bf5938e8eba9 (diff)
downloadspmc-4c1493a5ec7b48170e5edce24ccebdf925c62a17.tar.gz
Fix shell command benchmarking
Diffstat (limited to 'include/shell.h')
-rw-r--r--include/shell.h1
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;