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)
Dec 23 2023, 7:14 AM
Unknown Object (File)
Sep 25 2023, 9:40 PM
Unknown Object (File)
Sep 25 2023, 9:32 PM
Unknown Object (File)
Sep 25 2023, 9:29 PM
Unknown Object (File)
Sep 6 2023, 10:32 PM
Unknown Object (File)
Feb 16 2023, 11:09 PM
Unknown Object (File)
Jan 14 2023, 9:50 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.