Kernel: Remove dbgprintf() from kernel

There are no remaining users of this API in the kernel.
This commit is contained in:
Andreas Kling 2021-02-17 16:22:34 +01:00
commit e4d84b5e79
Notes: sideshowbarker 2024-07-18 22:11:26 +09:00
2 changed files with 0 additions and 24 deletions

View file

@ -29,7 +29,6 @@
#include <AK/Types.h>
extern "C" {
int dbgprintf(const char* fmt, ...) __attribute__((format(printf, 1, 2)));
int dbgputstr(const char*, int);
int kernelputstr(const char*, int);
int kprintf(const char* fmt, ...) __attribute__((format(printf, 1, 2)));