Skip to content

Commit

Permalink
Fix #1858, remove unused CFE_TBL_ERR_FILE_NOT_FOUND
Browse files Browse the repository at this point in the history
Status code no longer produced by current implementation, it
returns CFE_TBL_ERR_ACCESS when unable to open a file.
  • Loading branch information
jphickey committed Aug 20, 2021
1 parent a0c2de6 commit 0986a60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions modules/core_api/fsw/inc/cfe_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -990,14 +990,6 @@ typedef int32 CFE_Status_t;
*/
#define CFE_TBL_ERR_LOAD_IN_PROGRESS ((CFE_Status_t)0xcc000012)

/**
* @brief File Not Found
*
* The calling Application called #CFE_TBL_Load with a bad filename.
*
*/
#define CFE_TBL_ERR_FILE_NOT_FOUND ((CFE_Status_t)0xcc000013)

/**
* @brief File Too Large
*
Expand Down
1 change: 0 additions & 1 deletion modules/core_api/fsw/inc/cfe_tbl.h
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ CFE_Status_t CFE_TBL_Unregister(CFE_TBL_Handle_t TblHandle);
** \retval #CFE_TBL_ERR_ILLEGAL_SRC_TYPE \copybrief CFE_TBL_ERR_ILLEGAL_SRC_TYPE
** \retval #CFE_TBL_ERR_LOAD_IN_PROGRESS \copybrief CFE_TBL_ERR_LOAD_IN_PROGRESS
** \retval #CFE_TBL_ERR_NO_BUFFER_AVAIL \copybrief CFE_TBL_ERR_NO_BUFFER_AVAIL
** \retval #CFE_TBL_ERR_FILE_NOT_FOUND \copybrief CFE_TBL_ERR_FILE_NOT_FOUND
** \retval #CFE_TBL_ERR_FILE_TOO_LARGE \copybrief CFE_TBL_ERR_FILE_TOO_LARGE
** \retval #CFE_TBL_ERR_BAD_CONTENT_ID \copybrief CFE_TBL_ERR_BAD_CONTENT_ID
** \retval #CFE_TBL_ERR_PARTIAL_LOAD \copybrief CFE_TBL_ERR_PARTIAL_LOAD
Expand Down

0 comments on commit 0986a60

Please sign in to comment.