From 5fc0d6c0331d663a44bcb3954e238ef78166bc33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sch=C3=A4fer?= Date: Thu, 4 Nov 2021 07:09:45 +0100 Subject: [PATCH] Removing unused macro to avoid naming clashes (#2305) As discussed in issue #1997 this macro was clashing with function from the Gtk3 UI library. As it is not needed it was proposed by MiguelCompany to remove it. Signed-off-by: Simon Schaefer --- include/fastrtps/xmlparser/XMLParserCommon.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/fastrtps/xmlparser/XMLParserCommon.h b/include/fastrtps/xmlparser/XMLParserCommon.h index b9292304291..561ee648c61 100644 --- a/include/fastrtps/xmlparser/XMLParserCommon.h +++ b/include/fastrtps/xmlparser/XMLParserCommon.h @@ -19,9 +19,6 @@ namespace eprosima { namespace fastrtps { namespace xmlparser { -#define draw(ident, text, ...) for (uint8_t i = ident + 1; i > 0; --i)(i == 1) ? printf(text, ## __VA_ARGS__) : printf( \ - "\t") - /** * Enum class XMLP_ret, used to provide a strongly typed result from the operations within this module. * @ingroup XMLPARSER_MODULE