summaryrefslogtreecommitdiffhomepage
path: root/Private/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Private/Source')
-rw-r--r--Private/Source/CxxKitRT.cxx20
1 files changed, 0 insertions, 20 deletions
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 <HintKit/CompilerHint.hxx>
-#include <KernelKit/OSErr.hpp>
-#include <NewKit/Utils.hpp>
-
-using namespace HCore;
-
-// unimplemented _HintTell
-void _HintTell(_HintMessage* ppMsg, _HintId* pId) {
- (void)ppMsg;
- (void)pId;
-}