提交 81a4b9fd 编写于 作者: B Behdad Esfahbod

Remove unused hb_static_mutex_t

上级 4a3a9897
......@@ -137,15 +137,4 @@ struct hb_mutex_t
};
struct hb_static_mutex_t : hb_mutex_t
{
hb_static_mutex_t (void) { this->init (); }
~hb_static_mutex_t (void) { this->finish (); }
private:
NO_COPY (hb_static_mutex_t);
};
#endif /* HB_MUTEX_PRIVATE_HH */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册