Skip to content

Commit

Permalink
modules: Remove redundant return statement at the end of a function w…
Browse files Browse the repository at this point in the history
…ith a void return type
  • Loading branch information
scribam committed Sep 15, 2024
1 parent c7dcc4b commit 3e29996
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vita3k/modules/SceGxm/SceGxm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -935,8 +935,6 @@ static void display_entry_thread(EmuEnvState &emuenv) {

previous_sync = display_callback->new_sync;
}

return;
}

static Ptr<void> gxmRunDeferredMemoryCallback(KernelState &kernel, const MemState &mem, std::mutex &global_lock, std::uint32_t &return_size, Ptr<SceGxmDeferredContextCallback> callback, Ptr<void> userdata,
Expand Down

0 comments on commit 3e29996

Please sign in to comment.