Skip to content

Commit

Permalink
Fix #794, Remove unused metadata structure
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Aug 19, 2020
1 parent 757b07e commit 83a7db1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions fsw/cfe-core/ut-stubs/ut_msg_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83a7db1

Please sign in to comment.