Removed the last reference to the old kernel HTTP server.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-03-16 16:49:55 +01:00
parent fa6d445b0d
commit 5ec4e33196
1 changed files with 0 additions and 4 deletions

View File

@ -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