mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
Kernel: Remove EWHYTHO error code :^)
This error code was a hack for catching error handling mistakes in the kernel. It's no longer used anywhere.
This commit is contained in:
parent
065f79990e
commit
95df924e0e
3 changed files with 0 additions and 3 deletions
|
@ -85,7 +85,6 @@ HANDLE(ENOTIMPL)
|
|||
HANDLE(EAFNOSUPPORT)
|
||||
HANDLE(ENOTSOCK)
|
||||
HANDLE(EADDRINUSE)
|
||||
HANDLE(EWHYTHO)
|
||||
HANDLE(ENOTEMPTY)
|
||||
HANDLE(EDOM)
|
||||
HANDLE(ECONNREFUSED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue