summaryrefslogtreecommitdiff
path: root/arm9/lib/src/MSL_Common_arith.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/src/MSL_Common_arith.c')
-rw-r--r--arm9/lib/src/MSL_Common_arith.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arm9/lib/src/MSL_Common_arith.c b/arm9/lib/src/MSL_Common_arith.c
deleted file mode 100644
index d4a2e834..00000000
--- a/arm9/lib/src/MSL_Common_arith.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "MSL_Common_arith.h"
-#include "function_target.h"
-
-ARM_FUNC s32 abs(s32 val)
-{
- return val < 0 ? -val : val;
-}