[mutex] Remove TODO
This commit is contained in:
parent
0268db1196
commit
4c6136e976
|
@ -127,8 +127,6 @@ typedef int hb_mutex_impl_t;
|
|||
|
||||
struct hb_mutex_t
|
||||
{
|
||||
/* TODO Add tracing. */
|
||||
|
||||
hb_mutex_impl_t m;
|
||||
|
||||
void init () { hb_mutex_impl_init (&m); }
|
||||
|
|
Loading…
Reference in New Issue