1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:17:34 +00:00

Kernel: Remove unused "putch" syscall

This commit is contained in:
Andreas Kling 2020-01-04 16:00:25 +01:00
parent 874a6c4039
commit 95ba0d5a02
3 changed files with 1 additions and 8 deletions

View file

@ -98,7 +98,6 @@ public:
void finalize();
int sys$yield();
int sys$putch(char);
int sys$sync();
int sys$beep();
int sys$get_process_name(char* buffer, int buffer_size);