mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
Kernel+UE+LibC: Remove unused dbgputch syscall
Everything uses the dbgputstr syscall anyway, so there is no need to keep supporting it.
This commit is contained in:
parent
f53bc19b8a
commit
33079c8ab9
9 changed files with 0 additions and 31 deletions
|
@ -10,7 +10,6 @@
|
|||
#include <AK/Types.h>
|
||||
|
||||
extern "C" {
|
||||
void dbgputch(char);
|
||||
void dbgputstr(const char*, size_t);
|
||||
void kernelputstr(const char*, size_t);
|
||||
void kernelcriticalputstr(const char*, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue