From 3b0c3b8206964b85bf3716c962d26dd15c4f285f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 18 Nov 2024 22:24:33 +0900 Subject: Remove uncrustify-trinity. It is no longer necessary to maintain a customize trinity version. Upstream version can be used as is. Signed-off-by: Michele Calgaro --- .../tests/expected/c/01022-kw_subst.c | 75 ---------------------- 1 file changed, 75 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01022-kw_subst.c (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01022-kw_subst.c') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01022-kw_subst.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01022-kw_subst.c deleted file mode 100644 index 6cba8370..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01022-kw_subst.c +++ /dev/null @@ -1,75 +0,0 @@ -/*******************************************************************************//** - * - * @file kw_subst.c - * - * - * - ***********************************************************************************/ -#include - -/*********************************************************************************** - * foo1 - *******************************************************************************//** - * - * - * - * @return TODO - * - **********************************************************************************/ -int foo1() -{ -} - - - -/** header comment */ -#if 2 - int foo2(void) - { - } - - - -#endif - -#if 1 - /*********************************************************************************** - * foo3 - *******************************************************************************//** - * - * - * - * @param a TODO - * - **********************************************************************************/ - void foo3(int a) - { - } - - - -#endif - -/*********************************************************************************** - * foo4 - *******************************************************************************//** - * - * - * - * @param a TODO - * @param b TODO - * @param c TODO - * @return TODO - * - **********************************************************************************/ -void * foo4(int a, int b, int c) -{ -} - - - -/** - * CVS History: - * $Log $ - * - */ -- cgit v1.2.1