1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sixlowpan: remove redundant assignment

This commit is contained in:
Ludwig Ortmann 2014-12-12 15:21:46 +01:00
parent a10cb114c5
commit 5e6d5ab522

View File

@ -605,8 +605,6 @@ void icmpv6_send_router_adv(ipv6_addr_t *addr, uint8_t sllao, uint8_t mtu, uint8
else {
lowpan_context_t c_tmp[NDP_6LOWPAN_CONTEXT_MAX];
contexts_len = 0;
for (int i = 0; i < NDP_6LOWPAN_CONTEXT_MAX; i++) {
lowpan_context_t *ctx = abr_get_context(msg_abr, i);