1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:17: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:
Andreas Kling 2022-01-08 20:09:43 +01:00
parent 065f79990e
commit 95df924e0e
3 changed files with 0 additions and 3 deletions

View file

@ -51,7 +51,6 @@
#define EAFNOSUPPORT EAFNOSUPPORT
#define ENOTSOCK ENOTSOCK
#define EADDRINUSE EADDRINUSE
#define EWHYTHO EWHYTHO
#define ENOTEMPTY ENOTEMPTY
#define EDOM EDOM
#define ECONNREFUSED ECONNREFUSED