Sfoglia il codice sorgente

mutex: removed docstring comment that is no longer relevant

bunnei 12 anni fa
parent
commit
d493d725ac
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/core/hle/kernel/mutex.h

+ 0 - 1
src/core/hle/kernel/mutex.h

@@ -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
  */