Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused error codes #1314

Closed
skliper opened this issue Apr 13, 2021 · 0 comments · Fixed by #1316 or #1431
Closed

Remove unused error codes #1314

skliper opened this issue Apr 13, 2021 · 0 comments · Fixed by #1316 or #1431
Assignees
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Apr 13, 2021

Is your feature request related to a problem? Please describe.
Unused (shell capability moved to stand-alone app):

/**
* @brief Shell Command Error
*
* Error occured ehen trying to pass a system call to the OS shell
*
*/
#define CFE_ES_ERR_SHELL_CMD ((CFE_Status_t)0xc400000c)

Last sender id logic removed, error code no longer used:

/**
* @brief No Message Recieved
*
* When trying to determine the last senders ID, this return
* value indicates that there was not a message recived on the pipe.
*
*/
#define CFE_SB_NO_MSG_RECV ((CFE_Status_t)0xca00000f)

Describe the solution you'd like
Remove

Describe alternatives you've considered
None

Additional context
CFS-40 code review

Requester Info
Jacob Hageman - NASA/GSFC

@skliper skliper added this to the 7.0.0 milestone Apr 13, 2021
@skliper skliper changed the title Remove shell error code Remove unused error codes Apr 13, 2021
zanzaben added a commit to zanzaben/cFE that referenced this issue Apr 13, 2021
astrogeco added a commit that referenced this issue Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants