summaryrefslogtreecommitdiff
path: root/src/SSystem/SComponent/c_node_iter.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-11-30 14:23:42 -0800
committerGitHub <noreply@github.com>2025-11-30 15:23:42 -0700
commita6e76c0841cae03cae0c0e6ac75c32f979043093 (patch)
tree76b5f590c59c6abdf2c80d0a3d5c0ccb31ebd0fe /src/SSystem/SComponent/c_node_iter.cpp
parent434415337d268e405b09f6b72935a7e918e4cfe7 (diff)
project cleanup (#2895)
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
Diffstat (limited to 'src/SSystem/SComponent/c_node_iter.cpp')
-rw-r--r--src/SSystem/SComponent/c_node_iter.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/SSystem/SComponent/c_node_iter.cpp b/src/SSystem/SComponent/c_node_iter.cpp
index 82f3263ace..a26b6a1743 100644
--- a/src/SSystem/SComponent/c_node_iter.cpp
+++ b/src/SSystem/SComponent/c_node_iter.cpp
@@ -7,8 +7,6 @@
#include "SSystem/SComponent/c_node.h"
#include <dolphin/types.h>
-/* 80266324-802663B4 0090+00 s=0 e=1 z=0 None .text
- * cNdIt_Method__FP10node_classPFP10node_classPv_iPv */
int cNdIt_Method(node_class* node, cNdIt_MethodFunc method, void* data) {
int ret = 1;
node_class* pNext = NODE_GET_NEXT(node);
@@ -23,8 +21,6 @@ int cNdIt_Method(node_class* node, cNdIt_MethodFunc method, void* data) {
return ret;
}
-/* 802663B4-80266440 008C+00 s=0 e=1 z=0 None .text
- * cNdIt_Judge__FP10node_classPFP10node_classPv_PvPv */
void* cNdIt_Judge(node_class* node, cNdIt_JudgeFunc judge, void* data) {
node_class* pNext = NODE_GET_NEXT(node);