From 5ec4e33196e92f998cdc585e5fdfcbe93021df52 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Fri, 16 Mar 2012 16:49:55 +0100 Subject: [PATCH] Removed the last reference to the old kernel HTTP server. --- sortix/kernel.cpp | 4 ---- 1 file changed, 4 deletions(-) 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