[mutex] Remove TODO

This commit is contained in:
Behdad Esfahbod 2019-04-24 10:44:24 -04:00
parent 0268db1196
commit 4c6136e976
1 changed files with 0 additions and 2 deletions

View File

@ -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); }