From 4466a515e73d74434af32f027395deb0b9d033da Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Tue, 31 Oct 2006 19:28:58 +0000 Subject: [PATCH] Remove calls to the already removed old http code. --- btpd/btpd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/btpd/btpd.c b/btpd/btpd.c index 692fb68..76303d2 100644 --- a/btpd/btpd.c +++ b/btpd/btpd.c @@ -3,7 +3,6 @@ #include #include "btpd.h" -#include "http.h" #include "active.h" static uint8_t m_peer_id[20]; @@ -95,7 +94,6 @@ btpd_init(void) m_peer_id[i] = rand_between(0, 255); td_init(); - http_init(); net_init(); ipc_init(); ul_init();