Page MenuHomeFreeBSD

tcp: remove unused function prototype
ClosedPublic

Authored by tuexen on Feb 21 2023, 9:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 19 2024, 2:48 PM
Unknown Object (File)
Sep 19 2024, 5:57 AM
Unknown Object (File)
Sep 18 2024, 1:06 PM
Unknown Object (File)
Aug 10 2024, 4:32 AM
Unknown Object (File)
Jun 29 2024, 4:44 AM
Unknown Object (File)
Jun 12 2024, 9:13 AM
Unknown Object (File)
May 19 2024, 12:42 PM
Unknown Object (File)
Apr 26 2024, 6:34 PM
Subscribers

Details

Summary

tcp_trace was implemented in tcp_debug.c, which was removed recently.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

zlei added a subscriber: zlei.

Looks good to me.

git log --full-history -- sys/netinet/tcp_debug.c shows the removal is by commit eaabc93764836c720f44d6852b30fda1901f3a66

This revision is now accepted and ready to land.Feb 22 2023, 11:58 AM
This revision was automatically updated to reflect the committed changes.