Remove references to LinkIn and LinkOut

The LinkIn[] and LinkOut[] arrays are not used.

Change-Id: I8c2909a587160f0715aa3a82a41d78b86d4ea56c
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-04-22 16:42:27 -04:00 committed by Anas Nashif
commit a7407cbeb6

View file

@ -70,8 +70,6 @@ extern K_TIMER *_k_timer_list_tail;
extern int64_t _k_sys_clock_tick_count;
extern struct nano_stack _k_command_stack;
extern struct nano_lifo LinkIn[6];
extern struct nano_lifo LinkOut[6];
extern struct nano_lifo K_DataFree;
extern struct nano_lifo _k_server_command_packet_free;
#ifndef LITE