From 316e5ed14a37878038add7de4269975a7e3d10a3 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Mon, 30 Oct 2017 13:59:51 +0000 Subject: Remove unused member variable. --- fastos/src/tests/job.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'fastos') 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), -- cgit v1.2.3