From: Mikko Rasa Date: Fri, 4 Apr 2014 15:46:40 +0000 (+0300) Subject: Remove an unused mutex X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=22f5774d4f27bef8741c884844d991d9e1da273f;p=r2c2.git Remove an unused mutex --- diff --git a/source/libr2c2/arducontrol.h b/source/libr2c2/arducontrol.h index 3bb956b..01ee281 100644 --- a/source/libr2c2/arducontrol.h +++ b/source/libr2c2/arducontrol.h @@ -384,7 +384,6 @@ private: SensorMap sensors; - Msp::Mutex mutex; Queue command_queue; Queue completed_commands; RefreshTask refresh;