commit | 81a4b9fd4eb8995c5930db1df3669db93661eb52 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Jun 05 20:49:51 2012 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Jun 05 20:53:00 2012 -0400 |
tree | 9c1d1c9c63303256b6951e006e2e98c17f13b33a | |
parent | 4a3a9897b3698dd09c3e880b3ddd4db24c6fb460 [diff] |
Remove unused hb_static_mutex_t
diff --git a/src/hb-mutex-private.hh b/src/hb-mutex-private.hh index a6d16e9..f9bd679 100644 --- a/src/hb-mutex-private.hh +++ b/src/hb-mutex-private.hh
@@ -137,15 +137,4 @@ }; -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 */