From f99e383775fa43c5c1354067962b1590ff2abdae Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 3 Feb 2024 20:39:06 +0100 Subject: NewBoot: Will work on AHCI instead, ATA is not getting any further in the future. Signed-off-by: Amlal El Mahrouss --- Private/Source/CxxKitRT.cxx | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Private/Source/CxxKitRT.cxx (limited to 'Private/Source') diff --git a/Private/Source/CxxKitRT.cxx b/Private/Source/CxxKitRT.cxx deleted file mode 100644 index cc2d477d..00000000 --- a/Private/Source/CxxKitRT.cxx +++ /dev/null @@ -1,20 +0,0 @@ -/* - * ======================================================== - * - * HCore - * Copyright Mahrouss Logic, all rights reserved. - * - * ======================================================== - */ - -#include -#include -#include - -using namespace HCore; - -// unimplemented _HintTell -void _HintTell(_HintMessage* ppMsg, _HintId* pId) { - (void)ppMsg; - (void)pId; -} -- cgit v1.2.3