Skip to content

Commit 317eaa5

Browse files
mbolivar-nordiccarlescufi
authored andcommitted
util.h: remove duplicate UTIL_EXPAND() definition
This is already defined (to the same expansion) higher up in the file. Signed-off-by: Martí Bolívar <[email protected]>
1 parent 458ae34 commit 317eaa5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/sys/util.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,6 @@ uint8_t u8_to_dec(char *buf, uint8_t buflen, uint8_t value);
558558
#define UTIL_AND(a, b) COND_CODE_1(UTIL_BOOL(a), (b), (0))
559559

560560
#define UTIL_EAT(...)
561-
#define UTIL_EXPAND(...) __VA_ARGS__
562561
#define UTIL_WHEN(c) UTIL_IF(c)(UTIL_EXPAND, UTIL_EAT)
563562

564563
#define UTIL_REPEAT(count, macro, ...) \

0 commit comments

Comments
 (0)