* thread.cc (pthread_mutex::init): Remove unneeded efault/mutex check.

This commit is contained in:
Christopher Faylor 2005-07-03 04:05:00 +00:00
parent 9d2a12f47a
commit aaa4ee1b89
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-07-03 Christopher Faylor <cgf@timesys.com>
* thread.cc (pthread_mutex::init): Remove unneeded efault/mutex check.
2005-07-02 Christopher Faylor <cgf@timesys.com>
* thread.h (verifyable_object_state verifyable_object_isvalid): Delete