-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[librpthreads] MutexPosix: Remove m_isInit.
pthread_mutex_init() always returns 0. Also, we weren't handling errors properly anyway, so this didn't really make a difference.
- Loading branch information
1 parent
4f1b6b9
commit 85a3c9d
Showing
1 changed file
with
2 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters