diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-10-31 19:28:58 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-10-31 19:28:58 +0000 |
| commit | 4466a515e73d74434af32f027395deb0b9d033da (patch) | |
| tree | 570a4ac1afbf932824e25c23a77e0ecbcb89df2f | |
| parent | 1d7b396fc7f03d236e13651fcc8a309748890d69 (diff) | |
| download | btpd-4466a515e73d74434af32f027395deb0b9d033da.tar.gz btpd-4466a515e73d74434af32f027395deb0b9d033da.zip | |
Remove calls to the already removed old http code.
| -rw-r--r-- | btpd/btpd.c | 2 |
1 files changed, 0 insertions, 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 <time.h> #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(); |