Skip to content
Snippets Groups Projects
Commit 58313770 authored by David Marcec's avatar David Marcec
Browse files

Removed unneeded event clear

parent 335e9d18
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,6 @@ private:
}
void GetResult(Kernel::HLERequestContext& ctx) {
finished_event->Clear();
IPC::ResponseBuilder rb{ctx, 2};
rb.Push(RESULT_SUCCESS);
LOG_DEBUG(Service_NIM, "called");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment