Skip to content

Commit

Permalink
Fix nasa#1569, Remove unused CFE_SB_NO_SUBSCRIBERS
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed May 24, 2021
1 parent 8443a46 commit eb69c65
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modules/core_api/fsw/inc/cfe_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -779,15 +779,6 @@ typedef int32 CFE_Status_t;
*/
#define CFE_SB_MAX_DESTS_MET ((CFE_Status_t)0xca00000a)

/**
* @brief No Subscribers
*
* This error code is returned by the #CFE_SB_Unsubscribe API if there has
* not been an entry in the routing tables for the MsgId/PipeId given as
* parameters.
*/
#define CFE_SB_NO_SUBSCRIBERS ((CFE_Status_t)0xca00000b)

/**
* @brief Internal Error
*
Expand Down

0 comments on commit eb69c65

Please sign in to comment.