mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-21 15:29:00 +00:00
Removed unnecessary code from resolver.
This commit is contained in:
parent
0e66cad448
commit
c4bba3e89a
@ -297,10 +297,6 @@ PROCESS(resolv_process, "DNS resolver");
|
||||
|
||||
static void resolv_found(char *name, uip_ipaddr_t * ipaddr);
|
||||
|
||||
enum {
|
||||
EVENT_NEW_SERVER = 0
|
||||
};
|
||||
|
||||
/** \internal The DNS question message structure. */
|
||||
struct dns_question {
|
||||
uint16_t type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user