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)
Sun, Apr 20, 5:25 AM
Unknown Object (File)
Sat, Apr 19, 5:42 PM
Unknown Object (File)
Sat, Apr 19, 5:39 PM
Unknown Object (File)
Sat, Apr 19, 3:18 PM
Unknown Object (File)
Sat, Apr 19, 3:01 PM
Unknown Object (File)
Sat, Apr 19, 1:02 PM
Unknown Object (File)
Thu, Apr 10, 3:02 PM
Unknown Object (File)
Feb 9 2025, 8:56 AM
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.