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)
Thu, Mar 26, 9:28 AM
Unknown Object (File)
Sat, Mar 21, 11:49 PM
Unknown Object (File)
Sun, Mar 8, 1:08 PM
Unknown Object (File)
Sat, Mar 7, 11:09 PM
Unknown Object (File)
Thu, Mar 5, 6:37 AM
Unknown Object (File)
Feb 24 2026, 3:18 PM
Unknown Object (File)
Feb 18 2026, 2:12 PM
Unknown Object (File)
Feb 7 2026, 9:40 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 Not Applicable
Unit
Tests Not Applicable

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.