mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 22:41:27 +00:00
[mutex] Remove TODO
This commit is contained in:
parent
0268db1196
commit
4c6136e976
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue