Page MenuHomeFreeBSD

uipc_ktls: remove unused static function
ClosedPublic

Authored by bz on Sep 4 2020, 6:32 PM.
Tags
None
Referenced Files
F153463866: D26330.id.diff
Tue, Apr 21, 7:53 AM
Unknown Object (File)
Tue, Apr 21, 3:17 AM
Unknown Object (File)
Tue, Apr 21, 12:48 AM
Unknown Object (File)
Mon, Apr 20, 2:35 PM
Unknown Object (File)
Mon, Apr 20, 2:34 PM
Unknown Object (File)
Sun, Apr 19, 1:20 PM
Unknown Object (File)
Wed, Apr 15, 9:02 PM
Unknown Object (File)
Wed, Apr 15, 2:18 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.