Skip to content

Commit

Permalink
Fix nasa#901, Remove UT_CheckForOpenSockets references
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Jan 11, 2021
1 parent 1ede295 commit 483b7c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions fsw/cfe-core/unit-test/sb_UT.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ void UtTest_Setup(void)
*/
void SB_ResetUnitTest(void)
{
/* If any sockets were left open then report and close them */
UT_CheckForOpenSockets();
UT_InitData();
CFE_SB_EarlyInit();
} /* end SB_ResetUnitTest */
Expand Down
17 changes: 0 additions & 17 deletions fsw/cfe-core/unit-test/ut_support.h
Original file line number Diff line number Diff line change
Expand Up @@ -571,23 +571,6 @@ uint16 UT_GetNumEventsSent(void);
******************************************************************************/
void UT_DisplayPkt(CFE_MSG_Message_t *MsgPtr, size_t size);

/*****************************************************************************/
/**
** \brief Report and close any sockets found open
**
** \par Description
** Determine if any sockets are open; if so, close them. If UT_VERBOSE
** is defined then output the socket status to the test log file.
**
** \par Assumptions, External Events, and Notes:
** None
**
** \returns
** This function does not return a value.
**
******************************************************************************/
void UT_CheckForOpenSockets(void);

/*****************************************************************************/
/**
** \brief Gets a reference to the CFE ES Reset Data Object
Expand Down

0 comments on commit 483b7c0

Please sign in to comment.