mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
ddfb0c9e8d
commit
0216bcdd5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue