Skip to content

Commit

Permalink
Merge pull request #717 from uyjulian/remove_unneeded_loadfile_rpc_me…
Browse files Browse the repository at this point in the history
…mset

cleanup: remove unneeded memset in SifExitIopHeap
  • Loading branch information
fjtrujy authored Jan 11, 2025
2 parents e12e8e3 + c281b02 commit 2e3825f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ee/kernel/src/iopheap.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ int SifInitIopHeap()
void SifExitIopHeap()
{
_ih_caps = 0;
memset(&_ih_caps, 0, sizeof _ih_caps);
}
#endif

Expand Down

0 comments on commit 2e3825f

Please sign in to comment.