summaryrefslogtreecommitdiffhomepage
path: root/Private/Source/HError.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Private/Source/HError.cxx')
-rw-r--r--Private/Source/HError.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/Private/Source/HError.cxx b/Private/Source/HError.cxx
deleted file mode 100644
index ab6f3ec7..00000000
--- a/Private/Source/HError.cxx
+++ /dev/null
@@ -1,18 +0,0 @@
-/* -------------------------------------------
-
- Copyright Mahrouss Logic
-
-------------------------------------------- */
-
-#include <KernelKit/HError.hpp>
-
-namespace NewOS
-{
- /// @brief Doea a system wide bug check.
- /// @param void no params.
- /// @return if error-free: true, otherwise false.
- Boolean ke_bug_check(void) noexcept
- {
- return true;
- }
-} // namespace NewOS