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

libbpf-tools/tcptracer: Remove unused parameter 'ctx' #5253

Merged
merged 1 commit into from
Mar 29, 2025

Conversation

yu410621
Copy link
Contributor

The ctx parameter is unused in both enter_tcp_connect() and exit_tcp_connect(). Consider removing it to clean up the code.

Fixes:#5229

The `ctx` parameter is unused in both `enter_tcp_connect()` and `exit_tcp_connect()`.
Consider removing it to clean up the code.

Signed-off-by: yu410621 <lihuanyu410621@gmail.com>
Copy link
Collaborator

@chenhengqi chenhengqi left a comment

Choose a reason for hiding this comment

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

LGTM.

@yonghong-song yonghong-song merged commit 079a61b into iovisor:master Mar 29, 2025
1 of 12 checks passed
@yu410621 yu410621 deleted the tcptracer branch March 31, 2025 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants