Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant mutex allocation check
The removed code contained a duplicate check for the mutex allocation, which was unnecessary as the error handling for this condition already exists. This cleanup helps streamline the code and avoid redundant error messages.
- Loading branch information