diff options
Diffstat (limited to 'src/SSystem/SComponent/c_lib.cpp')
| -rw-r--r-- | src/SSystem/SComponent/c_lib.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SSystem/SComponent/c_lib.cpp b/src/SSystem/SComponent/c_lib.cpp index 338eef7c..0f1f94fe 100644 --- a/src/SSystem/SComponent/c_lib.cpp +++ b/src/SSystem/SComponent/c_lib.cpp @@ -8,7 +8,6 @@ #include "SSystem/SComponent/c_math.h" #include "dolphin/mtx/mtxvec.h" - /* 802528A4-802528C4 .text cLib_memCpy__FPvPCvUl */ void cLib_memCpy(void* dst, const void* src, unsigned long size) { memcpy(dst, src, size); |
