Skip to content

Commit 8f75e39

Browse files
author
Arto Kinnunen
committed
Remove Thread 1.2 source code
-Remove Thread 1.2 source code and unit tests. -Remove flag HAVE_THREAD_v2
1 parent 5581059 commit 8f75e39

21 files changed

+1
-3690
lines changed

source/6LoWPAN/Thread/thread_address_registration_client.c

Lines changed: 0 additions & 125 deletions
This file was deleted.

source/6LoWPAN/Thread/thread_address_registration_client.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,10 @@
3030
#ifndef THREAD_ADDRESS_REGISTRATION_CLIENT_H_
3131
#define THREAD_ADDRESS_REGISTRATION_CLIENT_H_
3232

33-
34-
#ifdef HAVE_THREAD_V2
35-
36-
void thread_address_registration_init(void);
37-
void thread_address_registration_deinit(void);
38-
39-
void thread_address_registration_timer_set(protocol_interface_info_entry_t *interface, uint16_t seconds);
40-
void thread_address_registration_timer(protocol_interface_info_entry_t *interface, uint16_t seconds);
41-
#else
42-
4333
#define thread_address_registration_init(void)
4434
#define thread_address_registration_deinit(void)
4535

4636
#define thread_address_registration_timer_set(interface, seconds);
4737
#define thread_address_registration_timer(interface, seconds);
4838

49-
#endif
50-
51-
5239
#endif /* THREAD_ADDRESS_REGISTRATION_CLIENT_H_ */

0 commit comments

Comments
 (0)