mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
Kernel: Remove dbgprintf() from kernel
There are no remaining users of this API in the kernel.
This commit is contained in:
parent
d9bf4b4d41
commit
e4d84b5e79
2 changed files with 0 additions and 24 deletions
|
@ -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)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue