summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/DebugOutput.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/DebugOutput.hpp')
-rw-r--r--Private/KernelKit/DebugOutput.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Private/KernelKit/DebugOutput.hpp b/Private/KernelKit/DebugOutput.hpp
index 657e9a13..a23b9ab3 100644
--- a/Private/KernelKit/DebugOutput.hpp
+++ b/Private/KernelKit/DebugOutput.hpp
@@ -38,10 +38,6 @@ inline TerminalDevice EndLine() {
selfTerm << "\n";
return selfTerm;
}
-
-namespace Detail {
-bool serial_init();
-}
} // namespace HCore
#ifdef kcout