mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
Kernel: Remove unused "putch" syscall
This commit is contained in:
@@ -3700,12 +3700,6 @@ int Process::sys$sync()
|
||||
return 0;
|
||||
}
|
||||
|
||||
int Process::sys$putch(char ch)
|
||||
{
|
||||
Console::the().put_char(ch);
|
||||
return 0;
|
||||
}
|
||||
|
||||
int Process::sys$yield()
|
||||
{
|
||||
current->yield_without_holding_big_lock();
|
||||
|
||||
Reference in New Issue
Block a user