Skip to content

Commit

Permalink
Removing unused macro to avoid naming clashes (#2305)
Browse files Browse the repository at this point in the history
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 <simon.schaefer@rwth-aachen.de>
  • Loading branch information
Foxei authored Nov 4, 2021
1 parent e6c9cf9 commit 5fc0d6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/fastrtps/xmlparser/XMLParserCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fc0d6c

Please sign in to comment.