Page MenuHomeFreeBSD

uipc_ktls: remove unused static function
ClosedPublic

Authored by bz on Sep 4 2020, 6:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 5:42 PM
Unknown Object (File)
Sep 14 2025, 12:41 PM
Unknown Object (File)
Sep 1 2025, 12:10 PM
Unknown Object (File)
Aug 17 2025, 3:28 PM
Unknown Object (File)
Aug 6 2025, 8:58 PM
Unknown Object (File)
Aug 2 2025, 8:13 PM
Unknown Object (File)
Jul 26 2025, 12:41 PM
Unknown Object (File)
Jul 25 2025, 8:36 PM
Subscribers

Details

Summary

m_segments() was added with r363464 but never used. Remove it to
avoid warnings when compiling kernels.

Reviewed by: ...

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.Sep 4 2020, 6:32 PM
bz created this revision.
This revision is now accepted and ready to land.Sep 4 2020, 8:31 PM

Oh yes, rmacklem@ also pointed that out and I hadn't gotten around to removing it.

This revision was automatically updated to reflect the committed changes.