Remove references to obsolete MTS_xxx symbols

The MTS_xxx symbols are not used.

Change-Id: Ic24379d5027dc0be3dd898d024abe6cbf602410e
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:40:38 -04:00 committed by Anas Nashif
commit 3a44f56bac

View file

@ -79,10 +79,6 @@ extern void init_drivers(void); /* generated function */
extern const knode_t K_ThisNode;
extern int K_StackSize;
extern const uint32_t MTS_CommBufferSize;
extern int MTS_RxBuffer[];
extern int MTS_TxBuffer[];
extern uint32_t *const MTS_PeekPokeBufferPtr;
extern kmbox_t hostrxmbx;
extern kmbox_t hosttxmbx;
extern kmemory_pool_t hostrxpool;