From 81a4b9fd4eb8995c5930db1df3669db93661eb52 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 5 Jun 2012 20:49:51 -0400 Subject: [PATCH] Remove unused hb_static_mutex_t --- src/hb-mutex-private.hh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/hb-mutex-private.hh b/src/hb-mutex-private.hh index a6d16e9c5..f9bd679f2 100644 --- a/src/hb-mutex-private.hh +++ b/src/hb-mutex-private.hh @@ -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 */