mutex: removed docstring comment that is no longer relevant

This commit is contained in:
bunnei 2014-05-26 22:49:11 -04:00
parent 93cd5a0691
commit d493d725ac
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ Result ReleaseMutex(Handle handle);
/**
* Creates a mutex
* @param handle Reference to handle for the newly created mutex
* @param initial_locked Specifies if the mutex should be locked initially
* @return Handle to newly created object
*/