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

Drop unused code #18243

Merged
merged 2 commits into from
Feb 25, 2025
Merged

Drop unused code #18243

merged 2 commits into from
Feb 25, 2025

Conversation

dksharp5
Copy link
Contributor

delete unused functions

@@ -1226,9 +1226,6 @@ struct zebra_dplane_ctx *dplane_provider_dequeue_in_ctx(
int dplane_provider_dequeue_in_list(struct zebra_dplane_provider *prov,
struct dplane_ctx_list_head *listp);

/* Current completed work queue length */
uint32_t dplane_provider_out_ctx_queue_len(struct zebra_dplane_provider *prov);
Copy link
Contributor

Choose a reason for hiding this comment

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

hmm, no I'd rather leave this - looks like there's code that accesses this length "raw", and maybe it'd be better to convert that to using the api?

Copy link
Member

Choose a reason for hiding this comment

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

I'll get Donna to fix this. I missed this when I was looking at the code.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

made the change

Copy link
Contributor

@mjstapp mjstapp left a comment

Choose a reason for hiding this comment

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

Looks good, thanks

@Jafaral Jafaral changed the title Remove everything Drop unused functions Feb 24, 2025
@Jafaral Jafaral changed the title Drop unused functions Drop unused code Feb 24, 2025
@mjstapp mjstapp merged commit 739020c into FRRouting:master Feb 25, 2025
13 checks passed
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.

3 participants