aboutsummaryrefslogtreecommitdiff
path: root/include/shell.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-03-30 16:22:24 -0400
committerGitHub <noreply@github.com>2020-03-30 16:22:24 -0400
commit70b7285967f9d5e6f8a8c4624b69ebf1adedca76 (patch)
treea31c8cb8c169c9f70c5c93759d578b15a7ebc489 /include/shell.h
parent81a87ac139e26b1746c0370a4453bf5938e8eba9 (diff)
parent7f55a9a3bbec144718a3df24d30fc0a98534667d (diff)
downloadspmc-70b7285967f9d5e6f8a8c4624b69ebf1adedca76.tar.gz
Merge pull request #8 from jhunkeler/shell-test
Add shell test
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;