From 83a7db1f6e307f4eb31294839b43012fe3c901de Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Wed, 19 Aug 2020 14:41:08 -0400 Subject: [PATCH] Fix #794, Remove unused metadata structure --- fsw/cfe-core/ut-stubs/ut_msg_stubs.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/fsw/cfe-core/ut-stubs/ut_msg_stubs.c b/fsw/cfe-core/ut-stubs/ut_msg_stubs.c index 2fcd73876..77e14b03e 100644 --- a/fsw/cfe-core/ut-stubs/ut_msg_stubs.c +++ b/fsw/cfe-core/ut-stubs/ut_msg_stubs.c @@ -44,17 +44,6 @@ #define UTASSERT_GETSTUB(Expression) \ UtAssert_Type(TSF, Expression, "%s: Check for get value provided by test", __func__); -/* -** Typedefs -*/ -/* For message init test shortcut to set persistent values */ -typedef struct -{ - CFE_SB_MsgId_t MsgId; - CFE_MSG_Size_t Size; - CFE_MSG_Type_t Type; -} CFE_MSG_Stub_MetaData_t; - /* * ----------------------------------------------------------- * Stub implementation of CFE_MSG_GenerateChecksum