diff options
| author | Amlal <amlal@zka.com> | 2024-08-05 20:41:52 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-08-05 20:41:52 +0200 |
| commit | eb4f3414d2ca4ff518481afdd7b391f1c440fa9e (patch) | |
| tree | 8dd88e44589e2479e182204414a18a41d9d41809 /Kernel/KernelKit | |
| parent | a039ff365ab15efae18b58d738a7b51a9b5e6769 (diff) | |
[BUMP] bumping sources.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Kernel/KernelKit')
| -rw-r--r-- | Kernel/KernelKit/DebugOutput.hxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Kernel/KernelKit/DebugOutput.hxx b/Kernel/KernelKit/DebugOutput.hxx index 6183c18d..f0c4565a 100644 --- a/Kernel/KernelKit/DebugOutput.hxx +++ b/Kernel/KernelKit/DebugOutput.hxx @@ -44,24 +44,6 @@ namespace Kernel virtual ~TerminalDevice() = default; - TerminalDevice& Number(const Long Data) noexcept - { - number(Data); - return *this; - } - - TerminalDevice& HexNumber(const Long Data) noexcept - { - hex_number(Data); - return *this; - } - - TerminalDevice& EndLine() noexcept - { - end_line(); - return *this; - } - /// @brief returns device name (terminal name) /// @return string type (const char*) virtual const char* Name() const override |
