Browse Source

Remove calls to the already removed old http code.

master
Richard Nyberg 18 years ago
parent
commit
4466a515e7
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      btpd/btpd.c

+ 0
- 2
btpd/btpd.c View File

@@ -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();


Loading…
Cancel
Save