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

"SenderReporting" from SB private "global" - removed #934

Closed
wants to merge 1 commit into from

Conversation

MartaTu
Copy link

@MartaTu MartaTu commented Oct 1, 2020

The global variable removed because is only set once and never used.

The global variable removed because is only set once and never used.
@skliper skliper linked an issue Oct 5, 2020 that may be closed by this pull request
Copy link
Contributor

@zanzaben zanzaben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other references need to be removed

/* Initialize the state of sender reporting */
CFE_SB.SenderReporting = CFE_PLATFORM_SB_DEFAULT_REPORT_SENDER;

CFE_SB.SenderReporting = 0;

@skliper
Copy link
Contributor

skliper commented Jan 14, 2021

Closing as duplicate of #1099

@skliper skliper closed this Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove "SenderReporting" from SB private "global"
3 participants