diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-19 11:57:23 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-19 11:57:23 +0100 |
| commit | 5c01134b95fc83b485720c3d06ef0284e4ba8568 (patch) | |
| tree | 94bcf8810a8374a803548dce8f52e79f1c21b37e | |
| parent | e22c2dcad410504c65d8ccba0ab66d96cf0c61a1 (diff) | |
| download | teachos-5c01134b95fc83b485720c3d06ef0284e4ba8568.tar.xz teachos-5c01134b95fc83b485720c3d06ef0284e4ba8568.zip | |
kapi/cio: remove dead code
| -rw-r--r-- | kapi/include/kapi/cio.hpp | 24 |
1 files changed, 0 insertions, 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 |
