davidker / unisys_attic

Stale branches from unisys.git go here.
Other
0 stars 0 forks source link

CAT: channel.h: Remove unused macro lengthof. #1

Closed davidker closed 7 years ago

davidker commented 7 years ago

The macro lengthof is not being used. It can be removed.

Note: Even if it is being used, it should be replaced with the kernel macro FIELD_SIZEOF (defined in /include/linux/kernel.h).

Complexity: 0.