From 5c01134b95fc83b485720c3d06ef0284e4ba8568 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 19 Dec 2025 11:57:23 +0100 Subject: kapi/cio: remove dead code --- kapi/include/kapi/cio.hpp | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/kapi/include/kapi/cio.hpp b/kapi/include/kapi/cio.hpp index 30619ec..4d1fc3c 100644 --- a/kapi/include/kapi/cio.hpp +++ b/kapi/include/kapi/cio.hpp @@ -27,30 +27,6 @@ namespace teachos::cio auto write(output_stream stream, std::string_view text) -> void; - // //! @qualifier kernel-defined - // //! Print the given text to the currently active output device. - // //! - // //! @param text The text to print. - // auto print(std::string_view text) -> void; - - // //! @qualifier kernel-defined - // //! Print the given text, including a newline, to the currently active output device. - // //! - // //! @param text The text to print. - // auto println(std::string_view text) -> void; - - // //! @qualifier kernel-defined - // //! Print the given error text, to the currently active output device. - // //! - // //! @param text The error text to print. - // auto print_error(std::string_view text) -> void; - - // //! @qualifier kernel-defined - // //! Print the given error text, including a newline, to the currently active output device. - // //! - // //! @param text The error text to print. - // auto println_error(std::string_view text) -> void; - } // namespace teachos::cio #endif -- cgit v1.2.3