diff --git a/src/hb-mutex.hh b/src/hb-mutex.hh index 35f1fded1ef87ef2e07c0705b6d04dfcad132618..a760e731796941bfd12d2c452b956a4c7c8c613d 100644 --- a/src/hb-mutex.hh +++ b/src/hb-mutex.hh @@ -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); }