Skip to content

Commit c281b02

Browse files
committed
cleanup: remove unneeded memset in SifExitIopHeap
It is redundant. It may be a typo on the version variable, but we don't need to check version in that case
1 parent e12e8e3 commit c281b02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ee/kernel/src/iopheap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ int SifInitIopHeap()
6262
void SifExitIopHeap()
6363
{
6464
_ih_caps = 0;
65-
memset(&_ih_caps, 0, sizeof _ih_caps);
6665
}
6766
#endif
6867

0 commit comments

Comments
 (0)