mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-01 03:33:05 +00:00
Avoid compiler warning because of unused variable. (reverted from commit a9c6d59da312b08b429d9469de0c32f6635c7cc4)
This commit is contained in:
parent
3e33a4d355
commit
adc744ef30
@ -57,9 +57,7 @@ typedef struct uip_nameserver_record {
|
||||
} uip_nameserver_record;
|
||||
|
||||
/** \brief Initialization flag */
|
||||
#if UIP_NAMESERVER_POOL_SIZE > 1
|
||||
static uint8_t initialized = 0;
|
||||
#endif
|
||||
|
||||
/** \name List and memory block
|
||||
* @{
|
||||
|
Loading…
x
Reference in New Issue
Block a user