From e6ba08c3b21cdb14ee3a97b5d584759a4597b54b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 21 Nov 2021 17:04:21 +0900 Subject: uncrustify-trinity: updated based on upstream version 0.74.0 Signed-off-by: Michele Calgaro --- .../tests/input/cpp/using-alias-in-define.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/using-alias-in-define.cpp (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/using-alias-in-define.cpp') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/using-alias-in-define.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/using-alias-in-define.cpp deleted file mode 100644 index 82854287..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/using-alias-in-define.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#define UNC_DECLARE_FLAGS(flag_type, enum_type) \ - using flag_type = flags - -#define UNC_DECLARE_OPERATORS_FOR_FLAGS(flag_type) \ - inline flag_type operator&(flag_type::enum_t f1, flag_type::enum_t f2) \ - { return(flag_type { f1 } & f2); } -- cgit v1.2.3