diff --git a/sortix/kernel.cpp b/sortix/kernel.cpp index f7a3adf3..4c3bbfe7 100644 --- a/sortix/kernel.cpp +++ b/sortix/kernel.cpp @@ -64,10 +64,6 @@ extern "C" { size_t stack[64*1024] = {0}; } namespace Sortix { -#ifdef PLATFORM_HTTP - namespace HTTP { void Init(); } -#endif - void DoBSoD() { #ifdef PLATFORM_SERIAL