summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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),