Skip to content

Commit b495c85

Browse files
author
AndyZe
authored
Delete an unused function (#554)
1 parent b066c24 commit b495c85

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

doc/tutorials/quickstart_in_rviz/test/bringup_test.cpp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,6 @@
88
#include <gtest/gtest.h>
99
#include <stdlib.h>
1010

11-
namespace
12-
{
13-
// This is a bit of a hack to make thread sanitizer ignore a race condition
14-
// in the constructor of the rclcpp::Node
15-
#if defined(__has_feature)
16-
#if __has_feature(thread_sanitizer)
17-
__attribute__((no_sanitize("thread")))
18-
#endif
19-
#endif
20-
rclcpp::Node::SharedPtr
21-
make_node(std::string const& name, rclcpp::NodeOptions const& options)
22-
{
23-
return std::make_shared<rclcpp::Node>(name, options);
24-
}
25-
} // namespace
26-
2711
namespace moveit2_tutorials::quickstart_in_rviz
2812
{
2913
namespace

0 commit comments

Comments
 (0)