Remove unused hb_static_mutex_t

This commit is contained in:
Behdad Esfahbod 2012-06-05 20:49:51 -04:00
parent 4a3a9897b3
commit 81a4b9fd4e
1 changed files with 0 additions and 11 deletions

View File

@ -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 */