summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-10-30 13:59:51 +0000
committerTor Egge <Tor.Egge@oath.com>2017-10-30 13:59:51 +0000
commit316e5ed14a37878038add7de4269975a7e3d10a3 (patch)
tree99658a8bbe5b55a33461050ffdc1351850771acb
parent7ae7ce66cadb958f6d722bf8bcb4e06586cbe9c4 (diff)
Remove unused member variable.
-rw-r--r--fastos/src/tests/job.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fastos/src/tests/job.h b/fastos/src/tests/job.h
index ede0f702627..37df1f78ef5 100644
--- a/fastos/src/tests/job.h
+++ b/fastos/src/tests/job.h
@@ -33,7 +33,6 @@ public:
char *message;
FastOS_Mutex *mutex;
FastOS_Cond *condition;
- FastOS_BoolCond *boolcondition;
FastOS_ThreadInterface *otherThread, *ownThread;
double *timebuf;
double average;
@@ -48,7 +47,6 @@ public:
message(nullptr),
mutex(nullptr),
condition(nullptr),
- boolcondition(nullptr),
otherThread(nullptr),
ownThread(nullptr),
timebuf(nullptr),