From 3cded2a8deaaa8e6907ed1b47d174eb267aab7aa Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sun, 9 Jun 2024 19:59:14 +0200 Subject: MHR-23: Refactor and finishing SMP support. --- SDK/Libraries/CoreSystem/Sources/Math.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 SDK/Libraries/CoreSystem/Sources/Math.c (limited to 'SDK/Libraries/CoreSystem/Sources/Math.c') diff --git a/SDK/Libraries/CoreSystem/Sources/Math.c b/SDK/Libraries/CoreSystem/Sources/Math.c deleted file mode 100644 index 19df42f3..00000000 --- a/SDK/Libraries/CoreSystem/Sources/Math.c +++ /dev/null @@ -1,14 +0,0 @@ -/* ------------------------------------------- - - Copyright SoftwareLabs - -------------------------------------------- */ - -#include - -/// @brief Number generator helper. -/// @return Random generated number. -CS_EXTERN_C SizeType MathRand(VoidType) -{ - return kSharedApplication->Invoke(kSharedApplication, kCallRandomNumberGenerator); -} \ No newline at end of file -- cgit v1.2.3