Remove references to obsolete symbol K_DataSize

The symbol K_DataSize is not relevant to a single node system.

Change-Id: Ie57e0610520c5d43d3b8fa90f2a2685fc95ac668
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Peter Mitsis 2015-04-21 16:45:24 -04:00 committed by Anas Nashif
commit 558feaffd1
2 changed files with 0 additions and 2 deletions

View file

@ -77,7 +77,6 @@ extern void kernel_init(void);
extern void init_node(void); /* generated function */
extern void init_drivers(void); /* generated function */
extern const knode_t K_ThisNode;
extern const int K_DataSize;
extern int K_DataNall;
extern int K_ArgsNall;
extern int K_TimerNall;

View file

@ -66,7 +66,6 @@ extern int K_QueCount;
extern int K_PoolCount;
extern int K_PipeCount;
extern const int K_DataSize;
extern int K_DataNall;
extern int K_ArgsNall;
#ifndef LITE