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