Page MenuHomeFreeBSD

uipc_ktls: remove unused static function
ClosedPublic

Authored by bz on Sep 4 2020, 6:32 PM.
Tags
None
Referenced Files
F137918921: D26330.id76661.diff
Thu, Nov 27, 5:56 AM
Unknown Object (File)
Mon, Nov 24, 12:21 PM
Unknown Object (File)
Mon, Nov 24, 12:21 PM
Unknown Object (File)
Mon, Nov 24, 12:21 PM
Unknown Object (File)
Mon, Nov 24, 12:20 PM
Unknown Object (File)
Mon, Nov 17, 5:26 PM
Unknown Object (File)
Sun, Nov 16, 10:05 PM
Unknown Object (File)
Sun, Nov 16, 9: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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33397
Build 30696: arc lint + arc unit

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.