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:
Andreas Kling 2022-01-08 20:09:43 +01:00
commit 95df924e0e
Notes: sideshowbarker 2024-07-17 21:24:35 +09:00
3 changed files with 0 additions and 3 deletions

View file

@ -85,7 +85,6 @@ HANDLE(ENOTIMPL)
HANDLE(EAFNOSUPPORT)
HANDLE(ENOTSOCK)
HANDLE(EADDRINUSE)
HANDLE(EWHYTHO)
HANDLE(ENOTEMPTY)
HANDLE(EDOM)
HANDLE(ECONNREFUSED)