sfxge: cleanup: fix (unused) EFX_OR_BYTE macro
Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 2 days
This commit is contained in:
parent
472fb80c8d
commit
16b4b8743f
@ -1584,7 +1584,7 @@ extern int fix_lint;
|
||||
|
||||
#define EFX_OR_BYTE(_byte1, _byte2) \
|
||||
do { \
|
||||
(_byte1).eb_u8[0] &= (_byte2).eb_u8[0]; \
|
||||
(_byte1).eb_u8[0] |= (_byte2).eb_u8[0]; \
|
||||
_NOTE(CONSTANTCONDITION) \
|
||||
} while (B_FALSE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user