Remove references to host communication objects

The host communication objects hostrxmbx, hosttxmbx and hostrxpool are not used.

Change-Id: I8ee4f62198625802ae526b4eaa46635810d78c3f
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-22 09:44:28 -04:00 committed by Anas Nashif
commit 5e7096bbdf

View file

@ -79,9 +79,6 @@ extern void init_drivers(void); /* generated function */
extern const knode_t K_ThisNode;
extern int K_StackSize;
extern kmbox_t hostrxmbx;
extern kmbox_t hosttxmbx;
extern kmemory_pool_t hostrxpool;
extern ktask_t ppdrv;
extern int K_NodeCount;