-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Drop unused code #18243
Conversation
zebra/zebra_dplane.h
Outdated
@@ -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); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made the change
Signed-off-by: Donna Sharp <dksharp5@gmail.com>
Signed-off-by: Donna Sharp <dksharp5@gmail.com>
66167e4
to
e0387cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks
delete unused functions