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)
Fri, Nov 8, 3:47 AM
Unknown Object (File)
Oct 1 2024, 7:45 AM
Unknown Object (File)
Sep 18 2024, 6:55 AM
Unknown Object (File)
Sep 17 2024, 8:38 PM
Unknown Object (File)
Sep 8 2024, 9:10 PM
Unknown Object (File)
Sep 8 2024, 2:50 PM
Unknown Object (File)
Sep 8 2024, 6:18 AM
Unknown Object (File)
Sep 3 2024, 7:54 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.