summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/tty/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/arch/i386/tty/log.c')
-rw-r--r--src/kernel/arch/i386/tty/log.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/kernel/arch/i386/tty/log.c b/src/kernel/arch/i386/tty/log.c
deleted file mode 100644
index 1a2d874..0000000
--- a/src/kernel/arch/i386/tty/log.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <kernel/arch/i386/tty/vga.h>
-#include <kernel/arch/log.h>
-
-void log_write(const char *buf, size_t len) {
- tty_write(buf, len);
-}