Remove unused variable and silence the CLANG warning for variable dummy. Also remove some weird new blank lines.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I wouldn't bother with __unused, and just take the dummy variable
out entirely.
I would confirm with @hselasky just to make sure.
Comment Actions
Looks good.
I think we should simply "(void)" cast the unused function return values, and remove the __unused altogether.
--HPS