Remove unused define

This commit is contained in:
Francesco Mazzoli
2023-05-22 08:11:33 +00:00
parent 1eab8ee6cf
commit 3cccb451d6

View File

@@ -224,7 +224,6 @@ struct FieldToBE<1> {
// for the reasoning behind this horror.
#define PARENS ()
#define COMMA ,
#define EXPAND(arg) EXPAND1(EXPAND1(EXPAND1(EXPAND1(arg))))
#define EXPAND1(arg) EXPAND2(EXPAND2(EXPAND2(EXPAND2(arg))))