1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 20:27: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:
Ben Wiederhake 2021-11-23 01:07:30 +01:00 committed by Andreas Kling
parent f53bc19b8a
commit 33079c8ab9
9 changed files with 0 additions and 31 deletions

View file

@ -180,7 +180,6 @@ private:
int virt$clock_gettime(int, FlatPtr);
int virt$clock_nanosleep(FlatPtr);
int virt$dbgputstr(FlatPtr characters, int length);
int virt$dbgputch(char);
int virt$chmod(FlatPtr, size_t, mode_t);
int virt$fchmod(int, mode_t);
int virt$chown(FlatPtr);