Avoid compiler warning because of unused variable. (reverted from commit a9c6d59da3)

This commit is contained in:
Oliver Schmidt
2015-06-14 15:24:38 +02:00
parent 3e33a4d355
commit adc744ef30

View File

@@ -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
* @{