[Kernel] Remove stray logging in NtReleaseMutant.
This commit is contained in:
parent
1ba5dd5eb1
commit
683de76b9b
|
@ -625,8 +625,6 @@ dword_result_t NtReleaseMutant(dword_t mutant_handle, dword_t unknown) {
|
||||||
bool abandon = false;
|
bool abandon = false;
|
||||||
bool wait = false;
|
bool wait = false;
|
||||||
|
|
||||||
XELOGD("NtReleaseMutant(%.8X, %.8X)", mutant_handle, unknown);
|
|
||||||
|
|
||||||
X_STATUS result = X_STATUS_SUCCESS;
|
X_STATUS result = X_STATUS_SUCCESS;
|
||||||
|
|
||||||
auto mutant =
|
auto mutant =
|
||||||
|
|
Loading…
Reference in New Issue